Dilawar Singh

Results 29 issues of Dilawar Singh

Hi, Thank you for this cli. I was a heavy user of the `todo.sh` but had to migrate to cloud-based app for better communication with teams. This cli comes very...

# Summary This PR adds `cmake` build system. It also generates the python module (only python3). ``` $ git clone https://github.com/neurodroid/stimfit $ cd stimfit $ mkdir build $ cd build...

Is python3 support planned?

- removed some python3 incompatible statements. - Fixed some test scripts. - python3 does not accept float as index. Converted indices to int in many places. - Minor tweaks to...

Can I attach an image to issue from my editor, say, by using markdown syntax e.g. I write the following in my editor This figure ![](./myfig.png) shows the behavior after...

Is it possible to include `include` filter? Something similar to https://github.com/steindani/pandoc-include It will be very useful to include code from text files.

For example, in the current list `static SYMBOLS_EXCLUDE_SIMILAR: [char; 28] = [ '!', '#', '$', '%', '&', '(', ')', '*', '+', ',', '-', '.', '/', ':', ';', '', '?', '@',...

Just wanted to write a note of thanks for this work. This has been incredibly useful for us in designing a tool that sniffs out the PIIs from data storage.

Is it possible to add android support?

``` $ cargo generate-rpm -p foo-service No such file or directory (os error 2): foo-service/Cargo.toml ``` In workspace's `Cargo.toml` file, `foo-service` is in `foo/service` folder i.e. `foo/service/Cargo.toml` exits. Its a...