-
**Is your feature request related to a problem? Please describe.**
We have a large nodejs code base full of fonction expressions such as
```
export const myFunction = () => {
return true
}
…
forty updated
1 month ago
-
Not a big issue, but it might be a good idea to be consistent about using (or not using) the `-stubs` prefix for stubs in source code.
Unless there's an odd reason with Pylance integration I'm not aw…
-
Consider this change to `.github/workflows/makefile-lint.yml`:
```diff
+ print_error() {
+ local msg="$1"
+ local line_start="$2"
+ local line_end="$3"
…
-
- Let mypy understand the types
- Remove temporary `str()` wrappings in Ephys Link `Server.platform_event_handler`
- Remove type checker suppression on platform event handler
kjy5 updated
3 months ago
-
## Environment information (required)
Not related.
## Issue description
The tensorflow stub [`tensorboard/compat/tensorflow_stub/dtypes.py`](https://github.com/tensorflow/tensorboard/blob/mas…
-
### 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…
-
I cannot read flash partitions with espflash on an esp32-s3 devkit over UART.
```
[2024-10-25T10:47:14Z INFO ] 🚀 A new version of espflash is available: v3.2.0
[2024-10-25T10:47:14Z INFO ] Seria…
-
I have seen in other migration cli's the use of stubs which are really nice.
I am thinking a command like
`npx kysely migrate:stub {stub_name} {migration_name}`
Would need to add a stubsFolder …
-
Are there any stub files for this module?
-
Given this code, and a breakpoint on the marked line:
```dart
void main() {
late var x = getThing();
print('test'); // Breakpoint here
}
({int? a}) getThing() => (a: 1);
```
If you t…