Roman Valls Guimera

Results 129 comments of Roman Valls Guimera

Also the process does not seem to accept signals: ``` mba-3:fsmon romanvg$ ./fsmon-osx -B fsevapi . ^C^C ^C^C^C^C^C^C^C^C^C ^C^C^C^C^C^C^C^C^C ``` The default backed can be killed with ctrl+c.

@peter-ch, [read the ngspice manual](https://sourceforge.net/projects/ngspice/files/ng-spice-rework/30/ngspice-30-manual.pdf/download): ``` (...) The path may be overridden by setting the environmental variable SPICE_SCRIPTS to a path where spinit is located. ``` So, on OSX: ```shell...

Fast moving target, see https://github.com/jeanthom/openocd-dirtyjtag/issues/3 ;)

Add in to the list **PCI-passthrough** support for GPUs: https://github.com/mist64/xhyve/issues/108#issuecomment-230231640

And USB pass-through as well

I'm in a similar situation (not online though) where I want to migrate from jekyll to blogdown and I want to change a couple of metadata attributes for all posts:...

Nevermind, just opened/closed the object with different modes. Thanks for your lib! ;) ```python with post.open('r') as f: post_fm = frontmatter.load(f) if not post_fm.get('date'): post_fm.__setitem__('date', utc_string) post_fm.__setitem__('modified', utc_string) post_str =...

And in Pypi? Related with issue #25 :)

How is this effort going? My team would absolutely love working python examples on the docs. For now we are relying on the excellent [aws-cdk-examples for python](https://github.com/aws-samples/aws-cdk-examples/tree/master/python), but it would...

Also fix the pip-installation: https://github.com/aws/aws-cdk/issues/3406#issuecomment-525688693