Stefan Hoelzl

Results 13 issues of Stefan Hoelzl

when more than one shortcuts are defined, only one shortcuts is shown. for example in PyCharm commenting out some lines of code. It shows only the shortcut `Ctrl-Slash` but when...

When opening the [Demo](https://vasyop.github.io/miniC-hosting/), I see only a blank page when using Safari. Safari Version 12.0 (14606.1.36.1.3) macOS Mojave 10.14 The Javascript console shows no errors, only one line `WASM...

bug
help wanted

## Feature Request make [codec::decode::Streaming](https://github.com/hyperium/tonic/blob/master/tonic/src/codec/decode.rs#L21) a trait. This will allow easier mocking needed for testing of grpc calls using client streaming. ### Crates `tonic` `tonic-build` ### Motivation currently when I...

C-enhancement
A-tonic

### Describe the bug When I assign a path to a drive letter under windows with `subst D: "C:\Users\username\Development"` and then run `vitest` from this drive, it cannot find any...

**Description of the problem**: The [inheritance diagram](https://docs.wxpython.org/wx.App.html#class-hierarchy-class-hierarchy) of [wx.App](https://docs.wxpython.org/wx.App.html) does not show that [wx.PyApp](https://docs.wxpython.org/wx.PyApp.html) is a base class. In the [Class API documentation](https://docs.wxpython.org/wx.App.html#wx.App) further down, it is shown that `wx.PyApp`...

I tried to compile a crate using `ocl` but it Fails on Windows 10 My `main.rs` ```rust extern crate ocl fn main() { } ``` ocl Version: `1.9.3` rustc Version:...

### A note for the community ### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers...

feature-request

## What is this Python project? Lets you use all the powers of Vue.js to write web UIs running in your browser but in pure Python. -- Anyone who agrees...

Hello, @mcous has hijacked this post! We've launched ~experimental~ Svelte 5 support in `@testing-library/svelte`. ~See [the Svelte 5 section](https://github.com/testing-library/svelte-testing-library?tab=readme-ov-file#svelte-5-support) in the README for setup instructions.~ No special setup is required...

**Bug Report** When returning a functional-style `Enum` class from a function with the return type `type[Enum]` mypy reports an error. When the created `Enum` class is assigned to a variable...

bug
topic-enum