Jim Fisher
                                            Jim Fisher
                                        
                                    @sindresorhus ah, yes, I meant the README, which is the main place I was looking 😳 The warning makes sense. In my case, I'm migrating existing behavior, and the app...
Same: my SVG sizes are bloated by raster images at a resolution that is needlessly high for their size in the image. It would be great if `svgo` reduced the...
I had a quick look at [the source around here](https://github.com/adelsz/pgtyped/blob/2e8af753db40ba60d311a5e00f9a473df05b1c1e/packages/query/src/actions.ts#L167-L239). I think I'm asking for a way to provide my own `TypeData` instead of using `getTypeData`.
Compare [sqlc, a similar library for Golang](https://docs.sqlc.dev/en/latest/tutorials/getting-started-postgresql.html): > sqlc needs to know your database schema and queries. In the same directory, create a file named `schema.sql` with the following contents...
This looks like the source: https://github.com/stripe/stripe-connect-rocketrides/blob/f38e8595b39dfb713ace40482342852b304fb1d3/server/routes/pilots/pilots.js#L135
@BoldMonday since this is on the roadmap, could we keep this issue open for visibility? I'm also very interested in a Mono Condensed. We're using Plex on https://tigyog.app/, but in...
Unlike @smildlzj, I have found that this bug also exists with `setBounds`, as well as `setSize` and `setPosition`. Tested on * Windows 10 * Electron 10, Electron 11, and v13.0.0-nightly.20201201...
This sounds like the relevant Chromium issue: https://bugs.chromium.org/p/chromium/issues/detail?id=1139637
My current (awful) workaround is to call `setBounds` multiple times. Eventually the window position stabilizes. This seems to work because `setBounds` makes progress towards the correct position, even if it...
@BertholetDamien interesting that you're using `setTimeout` there - did you have issues caused by running it synchronously? `setBounds` seems to happen synchronously, and this appears to work for me: ```js...