kojix2

Results 222 comments of kojix2

Yes, thanks. I would like to create a customized method. When you pass a block to that method, it will create a `Fidle::Closure::BlockCaller` with the appropriate type. To do this,...

```c struct BGZF { // Reserved bits should be written as 0; read as "don't care" unsigned errcode:16, reserved:1, is_write:1, no_eof_block:1, is_be:1; signed compress_level:9; unsigned last_block_eof:1, is_compressed:1, is_gzip:1; int cache_size;...

It would be better if we could link bindings created with crystal_lib with this. https://github.com/elorest/bitfields

Hello. I think it would be useful to be able to use manta in Python 3. I'm running manta in Anaconda using a python2 environment and I'm not very happy...

My first idea is like ```ruby Daru.configure do |c| c.max_rows = 100 c.max_columns = nil end ``` But I think this is good too. ```ruby Daru::DataFrame.inspect_max_rows = 10 Daru::DataFrame.inspect_max_colms =...

I realized that setting options alone was not enough for me. I want to display a particular data frame / vector only once. For such use, a method like `show_all`...

Well, there have been a lot of troubles reported about bundler in the past... A number of contributors have tried to solve these problems. However, even today, IRuby is not...

It was not reproduced in the latest environment. IRuby 0.4.0 and Ruby 2.7.1 As @olleolleolle suggests, you should check `p $LOAD_PATH` to see if bundler adds the load path correctly.