Jason Thomas
Jason Thomas
My use case is to monitor a directory for files to process. There may or may not be files there already. Therefore I'd like to have WDM initially run the...
When I run rspec on the command line for my project ([COSMOS](https://github.com/BallAerospace/COSMOS) the results show relative paths, e.g. lib/cosmos/.. When I run rspec from bundler (bundle exec rspec) the paths...
I would love to use this on Windows if possible. ``` C:/Ruby215p273/bin/ruby.exe extconf.rb checking for rb_obj_gc_flags() in ruby/ruby.h... yes checking for sys/time.h... yes checking for sys/resource.h... no checking for time.h......
Your UDPTransport#recv and UDPServerTransport#recvfrom both block which can cause a thread deadlock if used in the wrong way. @ryanmelt reimplemented this with non-blocking calls.
Issue #122 added code to cause an exception when a QT method was called outside of the main thread. I recently added code which called dispose to free a widget....
@NeilFraser, @nikolas, @alur: Is this project still active? I haven't seen any commits for 4 yrs. This is an awesome library that a lot of downstream tools are using so...
I'm sorry about the formatting change. Your eslint was complaining and our entire workflow is based on Prettier and Format on Save in VSCode so I just changed it.
This library is amazing. I see relatively current updates but it looks like the last release was June 21, 2020. Any chance you could roll an update to incorporate dependencies?
Your README doesn't state this but I assume you have to require 'rspec-prof' in your spec_helper.rb. Without that I get nothing. With that almost all my specs fail when I...
I'm using docusaurus and this plugin on our site: https://docs.openc3.com/docs. Search works well but the link always just links to the base page and doesn't add the URI fragment that...