Kieren Johnstone
Kieren Johnstone
Hi - from a fresh reboot on Windows 10, hitting my hotkey does nothing - until I manually start Hyper for the first time. Is that expected? (Not a biggie,...
Hi! I'm trying to write some automated tests. If I: ``` using (var tools = new PdfTools()) { var converter = new SynchronizedConverter(tools); // do the stuff, many times over...
### Windows Terminal version 1.11.3471.0 ### Windows build number 10.0.22523.0 ### Other Software ```` wsl --list -v NAME STATE VERSION * docker-desktop-data Running 2 Ubuntu Running 2 docker-desktop Running 2...
Hi - just checking if this project is a good one to adopt for projects moving forward? Is there a roadmap for .NET Core support, etc? Thanks!
The manifesto/spec is very wordy. Can we see some equivalents to: GET /users GET /users/123 etc?
**NEST/Elasticsearch.Net version**: 7.13.2 **Elasticsearch version**: 7.16.1 **.NET runtime version**: .NET 5.0 **Operating system version**: Debian GNU/Linux 10 (buster) **Description of the problem including expected versus actual behavior**: More than 99%...
I'm using .NET Core - as stated, after I've called GetInstance, my Ctrl+C handler (added via `Console.CancelKeyPress += ...` is no longer called when I hit Ctrl+C
I'm using a Dockerfile which effectively does `apt-get install r-base` (I have `libopenblas-base` too but removing it makes no difference) then runs a .NET Core app with the latest R.NET....
/kind bug **What steps did you take and what happened:** Relevant code: ```python # fairing:include-cell import tensorflow as tf from tensorflow.keras.models import Sequential from tensorflow.keras.layers import Dense, Dropout, LSTM from...