Results 11 issues of Richard Musiol

This is what I did: * Terminal 1: `createtopic --topic=logs; jocko` * Terminal 2: `kafkacat -P -b 127.0.0.1:9092 -t logs -p 0` * Terminal 3: `kafkacat -C -b 127.0.0.1:9092 -t...

Proposal: A package-level flag in the source code that can only be used in the `main` package which switches the dead code elimination into "aggressive" mode. In this mode, the...

Proposal
Proposal Accepted
NeedsHelp

I have trouble using column names that are reserved keywords, for example `from` and `to`. There are two sides to this issue: 1. PRQL has syntax errors when parsing these...

bug
help wanted
good first issue

As far as I can see, nowadays Safari is very slow with adopting modern web features. All other major browsers have support for https://github.com/WebAssembly/nontrapping-float-to-int-conversions and https://github.com/WebAssembly/sign-extension-ops except Safari, including its...

I've just been to the GraphQL Europe conference and it got me thinking about how we specify resolvers. Using Go methods seemed nice at first, but is that really the...

WebAssembly still has [no support for jump instructions or funclets](https://github.com/WebAssembly/design/issues/796). All control flow between basic blocks has to be expressed via `if/switch` and `loop` constructs. This means that a CFG...

Proposal
arch-wasm

I would like to propose a discussion on how we want to handle browser compatibility. There are several features being worked on: https://github.com/WebAssembly/proposals When do we want to use them?...

DevExp
arch-wasm

I just tried to upgrade to 0.3.0 and ran into the following issue: We have 3 tables which all have the `call_id` column and I want to join them all...

language-design
joins

The "yargs" dependency is currently unused and its transitive dependency "mem" is flagged with a security issue.

Your tsconfig.json seems to have `allowSyntheticDefaultImports` and `esModuleInterop` set to true. This makes TypeScript throw errors when using the SDK in a project that has decided to not use these...

bug