TatriX

Results 26 issues of TatriX

When I set ```lisp (setq alert-default-style 'libnotify) ``` and then run ```lisp (alert "something" :persistent t) ``` notification is shown, but it disappears after I guess `alert-fade-time`. But if I...

- [ ] Rename `http` to `fetch` - [ ] Discord channel for live communication - [ ] Consider using Data Frames - [x] How one can get type of...

[fd](https://github.com/sharkdp/fd) is a very popular alternative to `find`, so perhaps another name should be used for the namespace?

Here's an example: ``` $ ls file .git Cargo.lock LICENSE build.rs example_data ordered_map src tests .gitignore Cargo.toml README.md docs ideas signature target todo ``` It took me a while to...

Hi! Looking at `(defgeneric retrieve-by-sql (sql &key binds)` it seems that `:binds` can be `&optional` instead of a key param: ```lisp (mito:retrieve-by-sql "select * from users where email = $1"...

Hi! Do you need any help in maintaining the project? I'd like to add several features, like better charting support.

Hi! I've tried using ob-hy and I've got and error for the following code: ```org #+begin_src hy :session pandas :results output 42 #+end_src ``` Error: ``` Debugger entered--Lisp error: (wrong-number-of-arguments...

It seems like setting ```lisp (setq cargo-process--enable-rust-backtrace t) ``` by default may be a nice thing to do. Anyways it would be nice have this variable mentioned in the readme....

Hi! The tool works great, thank you! I wanted to change default audio stream so I had to patch source code and rebuild: ```go func (a *Application) serveLiveStreaming(w http.ResponseWriter, r...