Feuermurmel

Results 49 issues of Feuermurmel

I was trying to get git-cola running on my mac by following the [build instructions](https://github.com/git-cola/git-cola#mac-os-x) in a VM and copying the result to my development machine. It seems that Python,...

It seems that when following the [build instructions on macOS](https://github.com/git-cola/git-cola#mac-os-x), the version fields of the application bundle are set to `0.0.0`. It would probably be nice to set those fields...

**Describe the bug** I'm seeing crashes and other strange behavior on Wasm targets when trying to use a stateful view (using `@StateObject`) inside of an `if` statement in a `View`...

bug

To gain experience with macFUSE, I've implemented a toy filesystem using the [Python-LLFUSE](https://github.com/python-llfuse/python-llfuse) package and am running it agains macFUSE 4.0.4 on macOS 10.13.6. Python-LLFUSE is giving me access to...

I've tried the following code: import asyncio from hbmqtt.broker import Broker async def broker(): broker = Broker( config=dict( listeners=dict( default=dict( type='tcp', bind='[::]:1884')))) await broker.start() if __name__ == '__main__': asyncio.get_event_loop().run_until_complete(broker()) asyncio.get_event_loop().run_forever()...

I'm running into a problem when I apply a migration with `Migrator.apply_initial_migration()` and then try to construct model instances using the returned app state. One model has a foreign key...

It seems that the data returned for the ZVV services does not contain any prognoses when the pre-configured endpoint from the SBB is used. Has anyone already tried to access...

enhancement

# Really bad first-time user experience Hi there. Yesterday I gave _JupyterLab Desktop_ a try and had a bad and off-putting experience. I wanted to use that experience to provide...

bug

## Description I'm running JupyterLab 3.3.4-2 for the first time and trying to re-use my existing Python 3.10 environment installed via Homebrew but after selecting the Python interpreter and selecting...

I have this really simple problem I can't seem to figure out. I'm trying to use `JavaScriptKit` to create an element in the browsers DOM and set some CSS style...