Lilith River
Lilith River
HAML :plain segments are converted as-is, but slim does not support :plain as an engine name - they need to be inlined.
Hi, I'm the author of https://github.com/imazen/imageflow - another image processing tool. Do you think we should add a disambiguation paragraph on each repo?
Given the following code ```rust fn encode(){ //.... lode.encoder.zlibsettings.custom_zlib = Some(zlib_compress_adapter); } extern "C" { /// zlib fn compress2(dest: *mut u8, dest_len: &mut c_ulong, source: *const u8, source_len: c_ulong, level:...
``` Imageflow.Bindings.ImageflowException ArgumentInvalid: LayoutError: ValueScalingFailed { ratio: 1.334448160535117, basis: -100, invalid_result: -133.44481605351172 } at imageflow_core\src\flow\nodes\command_string.rs:96:61 https://github.com/imazen/imageflow/blob/70945c00267a99d678fb0d53e675dc7827e12fe2/imageflow_core/src/flow/nodes/command_string.rs#L96 imageflow_core\src\flow\execution_engine.rs:294:29 https://github.com/imazen/imageflow/blob/70945c00267a99d678fb0d53e675dc7827e12fe2/imageflow_core/src/flow/execution_engine.rs#L294 imageflow_core\src\flow\execution_engine.rs:400:89 https://github.com/imazen/imageflow/blob/70945c00267a99d678fb0d53e675dc7827e12fe2/imageflow_core/src/flow/execution_engine.rs#L400 imageflow_core\src\context.rs:419:59 https://github.com/imazen/imageflow/blob/70945c00267a99d678fb0d53e675dc7827e12fe2/imageflow_core/src/context.rs#L419 imageflow_core\src\context_methods.rs:50:68 https://github.com/imazen/imageflow/blob/70945c00267a99d678fb0d53e675dc7827e12fe2/imageflow_core/src/context_methods.rs#L50 Active node: NodeDebugInfo { stable_id: -1,...
### Describe the bug This bug occurs intermittently with `dotnet build` (v6), and only on MacOS. Example [log from Github Actions](https://github.com/imazen/imageflow-dotnet-server/runs/7986261285?check_suite_focus=true#logs) Hint: if you interpret 755 as octal, you get...
In 0.11.4, I can't get this to decode: I get DecodingFormatError { underlying: "unexpected EOF" } It works in Chrome/Win/Brave. https://user-images.githubusercontent.com/657201/139770827-18e25c4e-eb0a-4058-ba48-ddc3849090ee.gif
I keep getting these errors: ``` memory allocation of 1266630535279424 bytes failed Dropped 1942/3883 stack traces because of errors. Please consider reporting a GitHub issue -- this isn't normal. Wrote...
Setting `UseCommonOutputDirectory` to true breaks dotnet test, when using `dotnet` 6.0 runner. This occurs when TargetFrameowrk = net472, net48, and net6.0, but not net5.0. ### Partial workaround ``` true ```...
Example .csproj (the default template, but net472). ``` net472 false runtime; build; native; contentfiles; analyzers; buildtransitive all runtime; build; native; contentfiles; analyzers; buildtransitive all ``` ## Empty test stub ```...
I'm looking at ways to give Nesta an extensible formats system so that plugins can define new content formats (or just add support for additional file extensions for the same...