OvermindDL1
OvermindDL1
That is it precisely. :-) There are a couple javascript libraries around that parse it too of various completion.
> Method `wrapping_offset_from` (which is often used in c2rust output) has been deprecated since `1.46` and it is being removed in `ptr_offset_from` stabilization PR: rust-lang/rust#74238 And looks like it's entirely...
If anyone's curious, I used this for my random-benchmarker project: Add this to `mix.exs`: ```elixir defp aliases do [ bench: &bench/1 ] end defp bench(arglist) do Mix.Tasks.Run.run(["bench/bench.exs" | arglist]) end...
If curious, the result of running the above struct_record benchmark for me right now is: ```elixir Benchmarking Classifier: get ============================ Operating System: Linux" CPU Information: AMD Phenom(tm) II X6 1090T...
Remember, if necessary you can add a post-compilation pass like Protocols uses (where it scans all beam files for things that implement protocols, reads some meta-data out of them, then...
> For Applicative Do (as opposed to Monadic Do, which is in the code already), the magic is more around desugaring in a way that lets you do computation in...
Hmm, I'm still learning the internals of Drab's Live processing, so can you try a test for me, try changing your layout's `app.html.eex` to be `app.html.drab` and recompile all and...
Yeah I'm quite curious now. ^.^ Thanks!
Hmm, not weird, that actually might tell me what's going on. Go ahead and leave this open because that should still work regardless. If you want to make a minimized...
Awesome! I'll look at it when I can, thanks so much!