-
### Please tell us about your environment:
- _`winston` version?_ **3.2.1**
- [ ] `winston@2`
- [x] `winston@3`
- _`node -v` outputs:_ **v12.8.1**
- _Operating System?_ (Windows, macOS…
-
can you make a feature where you can select an app icon from your computer, a title and a link and on the home screen it will show up a shortcut and when you click it, it will act like an app from the…
-
### Collect data from multiple chains in a single Subsquid API
### Prize Bounty
Bounties Totalling 7000 USDC ($6000 for the winning submission and $1000 for the runner-up).
### Challenge Descri…
-
作者様
お世話になっております。
4/31以降Slash commandsに対応してないBotが使えなくなるとのことなので、
可能であれば対応をお願い致します
-
This issue is an umbrella issue for all documentation pain points some of us went through when learning ReasonML. Feel free to drop a comment of what you feel is missing on the old documentation sites…
-
### 🔍 Search Terms
jsdoc api, jsdoc update, jsdoc api
### ✅ Viability Checklist
- [X] This wouldn't be a breaking change in existing TypeScript/JavaScript code
- [X] This wouldn't change the…
-
### Feature Description
Dynamic dispatch is currently used for accessing the store. While it helps maintain multiple `StorageInterface` implementations, it adds a runtime overhead that needs to be …
-
**I'm submitting a bug report**
We were very excited with the news that there is no more need to PLATFORM.moduleName dialog view models, so we decided to give it a try.
https://aurelia.io/blog/2…
-
```
abstract class Test1 {
foo: String = "a"
}
class Test2 extends Test1 {
foo = "b"
}
```
generate the following code:
```
// Ref: Pkl class `test.Test1`.
export interface Test1 …
-
Hi
I wonder if you're aware of https://github.com/Effect-TS and if so, if you'd be able to provide a short comparison between typed-fx and effect-ts. Thanks!