-
Hey NG-Scope team!
First of all, thanks for your great work with this project. I'm following your research in this field and I think NG-Scope is a very useful tool for cell allocation analysis.
…
-
Hey there, I reviewed v6y code and here are the items which stood out :)
## v6y-front
- Use `i18next`
- `*QueryType` interface => could these types be factorized to avoid duplicating them? The…
-
With doc2go's much such smaller codegen scope (modules being generated), we could list interfaces implemented by each type.
-
We recently introduced new interfaces "Viewable", "Readable" and more with the `v1.16`.
https://github.com/humhub/humhub/blob/develop/protected/humhub/interface
For methods which requires an user…
luke- updated
11 months ago
-
Currently, the definitions reference browser-specific types, which do not exist in other environments, e.g. in Node.js: https://github.com/tus/tus-js-client/blob/239343a75da5aaedeefbc3bf2438062554b5db…
-
We have discussed a few options, but the best one for now is:
1. Feature types are contributed open-source on Git Hub. These would be things like 'interface with GPT.' Feature types need to provide…
-
https://psalm.dev/r/e205e7be5f
https://psalm.dev/r/0535cc284a
I expect that these 2 examples should pass the test equally correctly, since the types should inherit from the interface, but for some…
-
## Repro
https://github.com/estk/hotswap-example
## The error
```
wac plug --plug types.wasm salutation.wasm -o tysal.wasm
error: encoding produced a component that failed validation
Caused …
-
### Description
I'd like to propose adding support for custom `format` types. These could come from the configuration. Maybe something like the following example:
```yaml
generator:
formats:…
-
the consuming application is passing a data structure like this into the `` `src` prop to support "live stream" asset types.
```
type Source = {
type: string;
streamName: string;
subscri…