Ivan Smirnov

Results 117 issues of Ivan Smirnov

@laumann We need to parse the flags in utility methods like `.clean_rmeta()` which proves to be quite painful, e.g. link flags could be either `-Lfoo` or `-L foo` or `-Lnative=foo`,...

Hi, just stumbled upon this from your blog post :) Just a minor note, if you want things to make as nice as possible, you may want to not restrict...

Would it be possible to implement, as an option? It would be a super useful feature to have.

enhancement
help wanted

Ehh.. what is that? ``` sh Installing collected packages: gevent-socketio Running setup.py install for gevent-socketio File "/usr/local/lib/python2.7/site-packages/socketio/sample_protocol_for_doc.py", line 63 blah blah.. ^ SyntaxError: invalid syntax ```

Just as a reminder, there's a few relevant things we might want to integrate when we bump msrv to 1.77: - `offset_of!()` - `c"..."` strings

In some teams/setups, using pip install (or docker) may not be an option if the workflow is conda-based. Would it be possible to provide fasttrackml as a conda package as...

good first issue
question

Currently, any exception raised will be ignored and it will print "exception is ignored" to stderr. Then, the user has to manage all those error codes manually (which requires reading...

I was wondering if packed encoding/decoding was something feasible to do with `capnpy`? (like `write_packed` / `read_packed` in pycapnp).

Looks like a part of syntax containing highlighting of name attribute could be copy-pasted to ? ![anonymous namespace](https://f.cloud.github.com/assets/2418513/1518815/dfe5dae6-4b43-11e3-9418-aaf6db11ea66.png) ![named namespace](https://f.cloud.github.com/assets/2418513/1518817/eedf0a5e-4b43-11e3-8a05-b374c60d5a86.png)

I wonder why doesn't it wanna work with a remote ipython notebook server? I have ipython notebook running on a remote unix machine and I'm forwarding port 7777 (and X11...