Pier Bover
Pier Bover
### Describe the problem For some reason Svelte doesn't treat all HTML boolean attributes equally. This: ``` ``` Produces this: ``` ``` Maybe because of the property having `webkit` in...
As per @shaffeeullah instructions [here](https://github.com/googleapis/nodejs-storage/issues/969#issuecomment-1259643911) I'm opening this feature request. Currently the Node storage client only allows creating signed URLs one at a time. This is very inefficient in situations...
```html ``` ```js const cv = domvm.createView; const el = domvm.defineElement; function Input () { function onInput () { console.log('input'); } return () => { return el('input', {type: 'text', name:...
I'm trying to do a fetch request from a Worker to a local dev server over HTTPS and getting a 500 error. The URL is something like this: ``` https://127.0.0.1:5555/some/path/etc...
Say I want to download 100 files. Do I start the 100 downloads and everything else is automatically managed?
When using `.env` files, it's very common to add single line certificates like so: ``` MY_CERT="-----BEGIN CERTIFICATE-----\nMIIFaz... etc ...FfLn\n-----END CERTIFICATE-----\n" ``` When using `fly secrets import` these vars get converted...
Supabase announced today they're working on `pg_graphql`: https://supabase.com/blog/2021/12/03/pg-graphql It's still in pre alpha, so probably too early to add it to this Fly app, but would you consider adding it...
Is there a way to make the history longer? (as in being able to access more edits) I've taken a look into `GotoLastEdit.py` but unfortunately I know nothing about Python...
Whatever color scheme I use it seems `sublime-imba` always chooses the `imba` color scheme. I imagine this is causing it: `"color_scheme": "Packages/Imba/Imba.tmTheme",` https://github.com/somebee/sublime-imba/blob/master/Imba.sublime-settings#L12 It can be solved by going to...