Profile avatar
honzapoboril.bsky.social
Freelance web developer - Vue, Typescript, serverless, Bitcoin Helping businesses to accept Bitcoin - www.BeruBitcoin.cz Verified map of businesses with LN: https://mapa.berubitcoin.cz
35 posts 14 followers 6 following
Regular Contributor
Active Commenter
comment in response to post
Spokojeně používám už léta.
comment in response to post
By deployment url you mean that url from ENV pointing to the variable url where the current branch will be deployed? Or production url where only master branch is deployed?
comment in response to post
Will the studio fetch the new collections schemas without the need to specify it again in its config?
comment in response to post
Můj komentář: https://nostr.band/note1e56x7zpxqfmxvk8mj8r6unrnxwc4ld4cs2aes9xw26ccqfm4txsqzf9uhy https://www.facebook.com/ibobik/posts/pfbid0VCNRzkZYj4JZxFHmjWsgch4Bsy4LsFZvLQ1LWNwqYsLQJyWZhkDFR1EXyawnavtzl https://x.com/janpoboril/status/1879501553113223292
comment in response to post
Server route UI should have pre-filled request query and body according to the types. export default defineEventHandler<{ query: { id: string }, body: {…} }>((event) => {
comment in response to post
Option to show current tailwind breakpoint (sm, lg, xl, …) in the floating bar when Devtools are closed.
comment in response to post
Including dark mode switch
comment in response to post
Maybe feature request for the Nuxt.studio? Paste a link to the known social networks, covert it to the embed, render it, the result convert to the svg and save to the collection. https://github.com/felixfbecker/dom-to-svg
comment in response to post
https://x.com/bratricek/status/1875140155419299947
comment in response to post
I prefer not to use official embed libraries because they are usually hungry. I have idea in my mind - create SVG screenshots of the posts rendered by the official embed lib. That svg file will be accessible, links will work and some of them will keep some dimensions flexibility.
comment in response to post
Wire basically everything with Vue rendering and events. Here are my custom implementations. Flexible universal component will need to look differently. Also I would like to have slot for custom captions, but I was not successful. https://gist.github.com/iBobik/0817437dd8a65d8b91a5dc9cdc6105ea
comment in response to post
Why PhotoSwipe? Because it has good accessibility, best UI which feels native on a mobile and still works well on the desktop. I tried everything which has Vue integration. And decided to integrate it manually on my projects.
comment in response to post
PhotoSwipe with Nuxt Image
comment in response to post
Devserver based on the worker environment. We run Nuxt in serverless environments like Cloudflare or Vercel, which is slightly different to the Node.js. I sometimes face incompatibility of some libraries with the workers but too late when I already implemented it on the local.
comment in response to post
Good GraphQl integration. Apollo is huge, too complex for most usecases Request is just request. Missing types generation etc. Nuxt-graphql-module is good but very buggy. (I prefer this one, but needs maintenance capacity.)
comment in response to post
To ano, ale když je passkey funkční, tak uživatele neobtěžovat něčím jiným.
comment in response to post
Jakému recovery? Proč obětovat kontakt když se použije passkeys?
comment in response to post
To záleží 😉 Myslíš že by bylo ok toto flow? Máme v DB mail, u některých i telefon. Na začátku buď vybere passkey nebo zadá mail nebo telefon. Když vybere passkey, tak hotovo. Jinak ověří jeden nebo oba kontakty Po ověření nabídne aktivaci passkeys a vysvětlí že to je super.
comment in response to post
A ještě jedna ekonomická poučka: Kdo takto spekuluje (a vydělává), tak tím i zlevňuje elektřinu ostatním a zvyšuje spolehlivost sítě. 😊 https://youtu.be/4xZQWJ2oY2A
comment in response to post
https://bsky.app/profile/did:plc:q6byuukyod4mde4zggff6xgj/post/3lcxsa5evfg22
comment in response to post
Co v dnešní době to stavět Passkeys-first? Umí to už všechny prohlížeče. A jako záložní metodu třeba jen password-less mailem.
comment in response to post
- Naučit se základy sám, není to věda. - Mějte přehled o všech hendikepech a jak se kompenzují při používání smartphone/PC. - Naučte se používat Voice Over atd. - Naučte se základy Uživatelského testování a občas jej udělejte s nevidomým.
comment in response to post
Pro menší firmy a jednodušší weby a produkty to ale může být mnohem levnější. Jestli chcete profi službu, tak třeba Radek Pavlíček poslepu.cz Já pracuju pro malé firmy a typicky jsem na projektu jediným vývojářem. Pokud jste ve stejné situaci, tak mě funguje:
comment in response to post
Tak pro nás je tady aplikace https://ppq.ai, takové ChatGPT, ale: - Nabijete kredit a platíte za používání (když nepoužíváte, tak neplatíte) - Na výběr modely různých firem od GPT 4o až po Grok, včetně těch neveřejných - Modely na generování obrázků i videí - Platba bitcoinem a nově i kartou
comment in response to post
BTC Prague Dobrovolničil jsem tam na stánku AmityAge, kde jsem onboardoval lidi do mobilní bitcoin peněženky - nainstalovat appku, nakoupit u ATM a jít si koupit svačinu nebo tričko. Zajímavé vhledy do uvažování bitcoinerů z celého světa.
comment in response to post
Někdy u různých hero sekcí a bannerů používám pro font-size jednotky vw (viewport width). Nebo calc z vw a konstanty.
comment in response to post
Někdy u různých hero sekcí a bannerů používám pro font-size jednotky vw (viewport width). Nebo calc z vw a konstanty.