Fernando Daciuk

Results 16 issues of Fernando Daciuk

Create command to automatically add an entry in nginx config file, in any OS. Command should looks like this: ``` sh hoost nginx add --port 80 --server_name myserver.local --access_log logs/access.log...

enhancement

**Descrição:** Criador do Preact, uma lib que tem a mesma interface de ES6 do React, mas com apenas 3kb. **Links:** - [Twitter](https://twitter.com/_developit) - [GitHub](https://github.com/developit) - [Site do Preact](https://preactjs.com/)

conf-speaker

### What version of Bun is running? 1.1.7+b0b7db5c0 ### What platform is your computer? Linux 6.6.30-1-MANJARO x86_64 unknown ### What steps can reproduce the bug? Create a new `.js` file,...

bug

I'm using [storybook-readme](https://github.com/tuchk4/storybook-readme) and storyshots on my project. When I try to run `storyshots -c storybook` on terminal, I get this error: ```terminal TypeError: Cannot read property 'emit' of null...

Please fill in this template. - [x] Use a meaningful title for the pull request. Include the name of the package modified. - [x] Test the change in your own...

Unreviewed
Edits Owners

if I have a union like this on my schema, the type will be a union: ```ts const schema = S.union(["Win", "Draw", "Loss"]) type Schema = S.Output // "Win" |...

wontfix
typescript