Constantin Piber

Results 15 issues of Constantin Piber

All jest docs implicitly rely on the fact that the default configuration hoists `jest.mock` when mocking modules. `rollup-jest` does not do this. I think there either needs to be a...

`mySQL: Could not create table for item '...' with statement 'CREATE TABLE Item1 (Time DATETIME, Value VARCHAR(20000), PRIMARY KEY(Time));' : Column length too big for column 'Value' (max = 16383);...

I'd like to have the output of variables like it would be if I type it into the cli (or like Rstudio has it). For that, I'd need to set...

When I dispose my `JsObjectWrapperBase`-derived object in the `DisposeAsync` of a component, I get an exception that `JsRuntime` is null. The problem is from there: ```cs public class JsRuntimeObjectRef :...

Please also see https://github.com/nvim-treesitter/nvim-treesitter/issues/6616. The following code fails to properly parse: ```sv module test(); generate for (unit = 0; unit < `UNITS; unit += 1) begin always_ff @(posedge clk) begin...