Ari Seyhun

Results 88 issues of Ari Seyhun

When processes fail, a message is printed with the process ID: ``` [2022-08-16T11:48:48Z WARN lunatic_process] Process 4 failed, notifying: 1 links ``` It would be a nice addition to include...

Allows compiled wasm modules to be shared between the same node. Two new host functions were added: - `"lunatic::message::push_module"` - `"lunatic::message::take_module"` Modules are no longer pre-linked. The upside of this...

WasmModule can be sent across processes on the same node by sharing the module ID via `push_module` and `take_module` host functions in PR https://github.com/lunatic-solutions/lunatic/pull/126

Currently, trying to spawn a process requires you to clone captured data if you'd like to use it after the spawn. But because encoding data only requires a `&` reference,...

It would be nice to have some documentation on how to use this with an existing UE project, or even a brand new project. So far, for adding to an...

storybook-solid fails instantly when running `npm run storybook` with the error: > `env: node\r: No such file or directory` This is because your line endings are windows specific. You should...

This adds support for RGB/RGBA colors and presets. I added this support because I was having issues with combining `tickStroke="rgb(255, 0, 0)"` with `tickStrokeOpacity={0.3}`. **This allows input of:** HEX colors...

To retrieve a session value, you now can use session.Get().String()/.Int64()/.Float64()/.Bool() to retreive the value not as an interface. .String(), .Int64(), .Float64() and .Bool() all return a second argument which is...

I created a new leptos project, and added some HTML, and stragely I get this error: ``` thread 'actix-rt|system:0|arbiter:1' has overflowed its stack fatal runtime error: stack overflow ``` It...

question

**Is your feature request related to a problem? Please describe.** I struggled to finish the onboarding process since I was entering my birthdate as `DD/MM/YYYY` instead of the `MM/DD/YYYY` it...

enhancement
help wanted
frontend