-
We are missing information in our getting started guide about what `cmd_args` needs to have when executing deepspeed.initialize.
https://github.com/microsoft/DeepSpeed#writing-deepspeed-models
N…
-
See also #3401.
File.copy should be able to handle (1) recursive directory copying and (2) clobbering an existing file. I proposing adding both these options as flags on `File.copy`:
`File.copy(…
-
Given the abstract class (as well as a mixin version of the code) any sub-classes seem to trigger code generation attempts. However, I'm creating a wrapper class that consumes Built generated classes.…
-
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email contributors@expensi…
-
Hi! Every time we use the search feature in Prisma Cloud it throws an error in the console:
```
GraphcoolSchema.ts:178 Uncaught (in promise) Error: {
"message": "Whoops. Looks like an internal …
-
Hey there! I picked up your library a few days ago because using a json schema form will interact well with the type of data persistence my group is working with. I'm just making some simple forms wit…
-
In the documentation for `Tactic Notation` (https://coq.inria.fr/refman/user-extensions/syntax-extensions.html#tactic-notations), I'd like to add `open_constr` and briefly distinguish the following co…
-
### Description
I have a button with click shortcut set to the `Enter` key. When editing a TextArea, pressing Enter to add a new line will also click the button. This is a behavioral change from Va…
-
Hi. I faced with error described in https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/issues/3640. I tried two variants:
1. Editing `index.js` (https://github.com/Marsha…
-
### Description
Having a `theme.scss` file containing some globally defined variables.
Using
```js
modules: [
'nuxt-sass-resources-loader'
],
sassResources: [ './assets/css/theme.scss' ]
`…