sirisian
sirisian
**Describe the bug** I'm using this with Webpack to load the CSS for my web components. I noticed on Firefox it inserts a style tag for each CSSStyleSheet that is...
**Describe the bug** When I run PySR with a program with no unary_operators set it produces an error and seems to produce a lot of stack traces. **Version (please complete...
**Is your feature request related to a problem? Please describe.** I have a complex equation with 9 independent variables and I'm evaluating a small viewport of it. I only care...
If I use the latest mpv-1.dll (2020-10-04) this mpv.js project doesn't work. Neither the electron app or my own application. The regular mpv player works fine though so perhaps something...
I switched my code from Python to Julia. (To generate the datasets). I'm starting with a "small" dataset of 1,257,984 items. So the inputX is Matrix{Float32}(10, 1257984) and outputY is...
NWJS Version : 0.46.0+ Operating System: Only Windows ### Expected behavior "chromium-args" of any length should be parsed. ```json "chromium-args": "--user-data-dir='./chromium-config' --use-fake-ui-for-media-stream --disable-site-isolation-trials --autoplay-policy=no-user-gesture-required --enable-file-cookies --ignore-certificate-errors --allow-file-access-from-files --allow-http-background-page --allow-external-pages --allow-running-insecure-content...
If I have a table foo(data jsonb) currently I have to do: plv8.execute('insert into foo(data) values ($1)', [JSON.stringify({ a: 0 })]); Would be nice to just do: plv8.execute('insert into foo(data)...
WIP issue with thoughts. Currently the value types defined in the spec create logical sequential typed arrays in memory that can have views over them. If I go with the...
WIP issue with thoughts. Currently the SIMD types are: ``` boolean8x16, boolean16x8, boolean32x4, boolean64x2, boolean8x32, boolean16x16, boolean32x8, boolean64x4 int8x16, int16x8, int32x4, int64x2, int8x32, int16x16, int32x8, int64x4 uint8x16, uint16x8, uint32x4, uint64x2,...
Investigate syntax and convert a few use cases to using types. I don't foresee any issues. I do remember thinking function overloading or something akin to template specialization from C++...