Björn Zeutzheim

Results 33 issues of Björn Zeutzheim

Split off from #943 The idea is to have an internal cache which tracks when an anime episode has been requested to download. This cache could contain the time when...

Could not replicated it yet though... ``` [13:12:06] [Client thread/ERROR] [FML/]: There was a critical exception handling a packet on channel SecretRooms java.lang.ClassCastException: mods.railcraft.common.blocks.hidden.TileHidden cannot be cast to com.github.abrarsyed.secretroomsmod.api.ITileEntityCamo at...

1.7.10

A little while ago I added a NDI output filter on my camera scene which I have disabled though most of the time. Recently I noticed OBS taking 15% CPU...

Fixes #533 Related to #210

### Environment 1. `vscode-jest version`: v4.0.3 2. `node -v`: v14.16.1 3. `npm -v` or `yarn --version`: yarn version 2.4.2 4. Jest version: 27.0.4 5. your vscode-jest settings if customized: -...

stage: awaiting response

I think adding the following utility function might simplify working with semaphores a lot ```ts export class Sema { public runTask(task: (token?: any) => Promise): Promise { return this.acquire().then(token =>...

Allow hiding / collapsing timing graphs (in information area) as it takes up a lot of space if test duration is not of interest

enhancement

I have a component where the scrollable container has `overflow: hidden`, because its scroll position is controlled through code. I need this because I have a virtualized table, where the...

Hi, I want to create a schema with a many-to-one association to be part of the key: I have two entities user and node. Node should use a combination of...

When I create a new entity which has a many-to-many association `tags` set to an array of fetched entities, it causes a delete query before inserting the tags: ``` model.create({...