Dmitry Shemetov

Results 19 issues of Dmitry Shemetov

Are server commands in the form `rss.add ` already phased out? My locally hosted instance doesn't read any commands - no response in the logs. I think I've added everything...

### Applies To - [ ] Notebooks (.ipynb files) - [X] Interactive Window and\/or Cell Scripts (.py files with \#%% markers) ### What happened? # Summary - Tooltip highlighting is...

bug
triage-needed

**Describe the bug** Relative path in a repo subdirectory not found when using `--revision=...` but not when using `--revision=origin/main...`. **To Reproduce** Steps to reproduce the behavior: 1. Clone this repository:...

Hello, first off thank you for this excellent package. Secondly, this behavior seems inconsistent to me: ```R library(checkmate) # Pass assert_numeric(c(5, NA)) assert_date(c(Sys.Date(), NA)) # Pass assert_numeric(NA) assert_character(NA) assert_integerish(NA) assert_double(NA)...

Closes #12, closes #14 - Added `dotenv_values` - Moved the `structure` from `set_env` to `dotenv_values`, so the output is a nicer named list. - Updated docs - Uses @gaborcsardi's suggestion...

The function in #13 is especially useful when you want to load variables, but not overwrite your env vars. This is moot due to the `.onLoad` function in this package,...

Would you accept a PR for a function with the functionality of [`dotenv_values`](https://saurabh-kumar.com/python-dotenv/reference/#dotenv.dotenv_values)? Might be as simple as ```R dotenv_values

# Bug report Cookies are set to 7 days in Brave browser. I have checked: - that the docs setting cookie lifetime is not extended upon visiting again, though the...

bug

A somewhat arcane error message after showing a toast in Python 3.11: ```py from win10toast import ToastNotifier t = ToastNotifier() >>> t.show_toast("hello") WNDPROC return value cannot be converted to LRESULT...

Apologies if this is easily fixed, but I wasn't able to find it in the docs. On my Mac, when I type any VSCode autocompletion, the autocompletion appends to what...

bug