-
We can create Python script in the utils folder to convert Python stub files (.py or .pyi files) into the files that Qscintilla takes to generate the autocompletion.
Example input stub files to use…
-
```
I'm trying to write stubs for org.junit.runners.ParentRunner. My stub looks
like the following:
class ParentRunner {
void collectInitializationErrors(List errors) @UnknownInitialization(Runner…
-
### Proposal
Since version 3.7.0, stub mappings may no longer use the same Id. I understand the background, but for us this is a breaking change. We work a lot with json stub mapping. When creating n…
-
Add a way to automatically or manually dump a set of Nordpool entity data values to a human-readable and editable format (suggest json or yaml) that can be used later when debugging and developing int…
-
### Bug description
Hi, when using `--prefer-stubs yes` I get lots of errors around numpy - I reported some examples [with numpy](https://github.com/numpy/numpy/issues/27244#issuecomment-2296962134…
-
After installing lanzaboote on a Dell optiplex 7070 micro, I'm unable to boot with secure boot enabled due to the kernel hash not matching:
![kernel_hash_doesnt_match](https://github.com/user-attachm…
-
Are there any up-to-date type stubs for pyimgui?
Is there a way to autogenerate them from some source?
-
I have a library that is compiled with `-nostdlib`, and which also contains some stubs.
I noticed in the log that dune builds the c files by invoking `ocamlc.opt`, to which it doesn't pass the `-nost…
-
### Description
I am seeing a null pointer error when attempting to generate off of my GRPC spec. I wrote this demo GRPC spec similar to my internal set up to replicate the issue.
### Steps to Re…
-
That will be more compliant with IDE autocomplete features.