Man Vuong
Man Vuong
Does JRuby-Rack support asynchronous processing as in Java Servlet 3.0 API ? As I know, we can create an async. servlet (http://developerlife.com/tutorials/?p=1437). Is there anyway we can do that with...
Please update `sequence`
I'm using [Rack FiberPool](https://github.com/mperham/rack-fiber_pool) with Rails. When I run in development mode there is no log show on the console (neither static assets nor active record log). The log contains...
I'm using `daff` Ruby gem version `1.3.27`. Given the sample CSV files: - [t1.csv](https://github.com/user-attachments/files/20602620/t1.csv) ```csv id,name 1,Tom 2,Jerry ``` - [t2.csv](https://github.com/user-attachments/files/20602619/t2.csv) ```csv id,name 1,Tom A ``` When trying to generate...
[NodeJS] `--fail-if-diff` flag does not work well with `--ignore` column when comparing SQLite files
Context: I'm using the NodeJS version `1.4.2` of `daff`: ```bash npm install daff -g npx daff version # 1.4.2 ``` Given these two SQLite files: ```bash sqlite3 data1.sqlite