Petr Gazarov
Petr Gazarov
## Summary `gatsby-image` has a handy component `StaticImage` which allows to use it with static images, rather than coming from GraphQL. It would be great if this package also supported...
Resolves https://github.com/moment/moment-timezone/issues/266. Adds `getNextDST()` and `getLastDST()` on `tz` with an option to pass in a date or moment object as an argument (to be used as benchmark when calculating the...
**Describe the event source. What app is this for, and what event does the trigger correspond to?** Fires when a row is deleted in a PostgreSQL database. **Please provide a...
Hey there, We've been using seal for some time and it helped us in our managing our git-workflow. One feature that we found useful ([and which I implemented in a...
We use hologram gem to auto-generate our styleguide and have a formatted comment block in each file. Looks like this: **styleguide/pages/home.scss:** ``` /*doc --- title: Home Page name: home_page category:...
`@apollo/client` supports `@defer` directive since version 3.7.0: https://www.apollographql.com/docs/react/data/defer/ But I'm not able to use this library with `@defer`. It throws a JSON parsing error on [this line](https://github.com/jaydenseric/apollo-upload-client/blob/master/createUploadLink.mjs#L236). Are there plans...
MacOS 12.3 (M1) ``` ➜ conda config --add channels conda-forge Warning: 'conda-forge' already in 'channels' list, moving to the top ➜ conda install h3-py Collecting package metadata (current_repodata.json): done Solving...
Running `npm start` raises the error: ``` node_modules/react-scripts/scripts/utils/verifyTypeScriptSetup.js:239 appTsConfig.compilerOptions[option] = value; ^ TypeError: Cannot assign to read only property 'jsx' of object '#' ``` Which is fixed by updating `react-script`...
### Confirm this is a Node library issue and not an underlying OpenAI API issue - [X] This is an issue with the Node library ### Describe the bug From...
When the source contains folders, importer would copy folders, but then also copy the files inside of those folders and duplicate them on the top level of the resulting copy....