Anton Gushcha

Results 35 issues of Anton Gushcha

Hi, does Juicy-Pixels support encoding progressive JPEG? I see only decoding code. It would be nice feature as progressive JPEGs are better than sequential ones almost by all parameters.

new feature

Small fix to allow to compile with recent GHC. * Bump bounds * MonadFail for reader monad is not defined, replaced with `error`

Fixes detection of output for compiled static library and allow to use the library in modules with several parts in name, for instance `Data.Submodule.Brah` Based on https://github.com/harpocrates/inline-rust/pull/22

I wasn't able find function that executes `Widget a` after some time, and implemented it by myself: ``` Haskell timeoutStore :: IORef [String] timeoutStore = unsafePerformIO $ newIORef [] storeTimeout...

Platform: Fedora 22 hastec: 0.5.0 https://github.com/agocorona/haste-perch/issues/12 is fixed, thus the following problems could be reproduced: ``` [ncrashed@MAIN hplayground]$ haste-inst install Resolving dependencies... Configuring hplayground-0.1.2.9... Building hplayground-0.1.2.9... Preprocessing library hplayground-0.1.2.9... src/Haste/HPlay/View.hs:156:49:...

If you try to request https with `servant-reflex` on desktop build you will get: ``` CONSOLE ERROR TLS/SSL support not available; install glib-networking CONSOLE ERROR XMLHttpRequest cannot load https://localhost:8080/auth/api/login due...

Something wrong goes on when I try to use plugin on my library (https://github.com/NCrashed/grow-vector). Exactly the same setup operates normally with other packages, but here I get this: ``` $...

Current master `bc39f4bde76b58a61ecb3b2adbba3868955157cc` fails to compile in my setup (https://github.com/NCrashed/liquid-test/tree/ad3235d540187773f5f7cd35a7d2a5d82f1947fd run `nix-shell`). Log: ``` these derivations will be built: /nix/store/a8jyyihjlcxkmbzszyram0q4a36827qw-liquidhaskell-0.8.10.2.1.drv /nix/store/2vgfkm0fsldjgyhpzi09l3v4gkxl55c7-liquid-ghc-prim-0.6.1.drv /nix/store/bwr241ay26kw8jl5p2azra1yd0kx8qa2-liquid-base-4.14.1.0.drv /nix/store/xr78in3a4iqnklmnxmm2jqdb6w638vpp-ghc-8.10.2-with-packages.drv building '/nix/store/a8jyyihjlcxkmbzszyram0q4a36827qw-liquidhaskell-0.8.10.2.1.drv'... setupCompilerEnvironmentPhase Build with /nix/store/fhr8yhldivkiwnzw4skaa83qj1gjr4ky-ghc-8.10.2. unpacking...

Version: rustc 1.59.0-nightly (e012a191d 2022-01-06) System: Windows 10 Target: x86_64-pc-windows-msvc ``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: WebView2Error(webview2 error, HRESULT 0x80070002)', C:\Users\User\.cargo\registry\src\github.com-1ecc6299db9ec823\dioxus-desktop-0.1.4\src\lib.rs:355:14 stack backtrace: 0: 0x7ff789c6e01f...

At the moment path to `static/out.jsexe` is hardcoded. In some use cases it is not convenient. For instance, deployment with `nixos` implies that outputs of a build is located at...

enhancement