dzmitry-lahoda
dzmitry-lahoda
On flake.nix can run this ``` nix flake check --no-build --keep-going --allow-import-from-derivation --show-trace --no-update-lock-file --fallback --debug --print-build-logs --keep-failed --impure --option sandbox relaxed ``` Gives some output of all within flake.nix....
``` at async /nix/store/9imvysbavbib7l69cbscfha8cmr03xck-xcvm-demo-1.0.0/src/swap-program.ts:291:13 ``` ``` nix run .#tests-up ``` So when I run via nix, I get error from nix store file, not from original as in IDE. May...
will donate 5 DOT for on this
General guidance on monorepos could be awesome. I think to have any possible subfolder by any possible CODEOWNERS team to have is own cells to grow. So root flake.nix is...
Same for me. I used Word to save docx as `wdFormatWebArchive`. Tried to read with this software but failed with same error. ``` MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_NextPart_01D09315.0F0C8760" This document...
I will do one time donation for this option 20 USD
Ohhh, I have not get in my view to dendrogram bug. I was pointing that it is hard to see whole picture editing (need scroll), but my 22'' monitor allows...
What is size of this struct, 5 or 8? ``` [StructLayout(LayoutKind.Explicit)] public struct ChallengeRequest { public static ChallengeRequest Create() { return new ChallengeRequest(); } [FieldOffset(0)] public RequestMessageType Type; /// ///...
I am not sure if reflection based stuff have or not have that type of API, but unsafe based stuff (which works within AOT), do not have that for sure....
try UnsafeLayout - it runs via cpp auto of mono on android and ios