Michael Lamparski

Results 62 issues of Michael Lamparski

Try the following: ```python >>> np.save('lol.npy', np.array([1,2,3], dtype=np.dtype('

The "read more" link under Overview points here: https://github.com/sschmid/Entitas-CSharp/wiki/Overview which doesn't exist. Perhaps it is supposed to point here?: https://github.com/sschmid/Entitas-CSharp/wiki/Introduction-to-Entitas

bug

keystone version: 0.9.2 If you create a `keystone.Ks`, initially the default radix is decimal. However, setting `sym_resolver` causes it to become hexadecimal. ```python import keystone asm = 'cmp dword ptr...

bug

**Input Markdown:** ``` a ``` **Expected HTML output:** (from 28 out of 31 converters tested on [babelmark](https://johnmacfarlane.net/babelmark2/?normalize=1&text=%3Ccode%3E%3Cspan%3Ea%3C%2Fspan%3E%3C%2Fcode%3E)) ``` a ``` **Actual output:** (from showdown and one other parser) ``` <span>a</span>...

I show in [this thread on URLO](https://users.rust-lang.org/t/telling-when-cargo-has-finished-each-crate/17493/6?u=exphp) how monomorphization of a few `serde_yaml` Deserialize impls is responsible for at least a third of the `--release` compile time of all code...

## 💡 Feature description Currently the code generated by `#[derive(Recap)]` doesn't seem to be able to be composed in any manner. Ideally, I would more or less expect that fields...

CONTRIBUTING.md says to use `update_lrgrammar.sh`, while the `verify_lalrpop_generates_itself` test says to use `snap.sh`. Upon inspection, both scripts contain basically the same thing. Only one should be necessary.

I think having a table of contents embedded in RFCs (with links back to the top at each section) would really be useful. A table of contents can make a...

A-meta

If #137 gets merged, then `Func` will take no context while `FuncMut` takes a `&mut` context. For consistency, `Func` should be revised to take a `&self` context. IMO, `poly_fn!` still...

breaking-change

So, obviously, `struct`s are to `HList`s as `enum`s are to `Coproduct`s. Frunk has both of these data types, so why doesn't it implement `Generic` for enums yet? After thinking about...