Sam Tay

Results 14 issues of Sam Tay

There seems to be a number of issues coming from the underlying electron package. First time trying to `render` I found: ``` Error: Error: [2773:0216/010033.435445:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary...

**Describe the bug** Ncurses cannot receive window resize events after using `crossterm::event::read`. **To Reproduce** Using `cursive` to demonstrate ```rust crossterm::event::read().unwrap(); // blocks and continues after any event, e.g. key press...

I'd like to have my `MadSkin` come from a user-supplied theme, like `colors.yml`. I don't mind just making a newtype around MadSkin to do so, but I noticed the code...

I see in the README I can globally toggle indentation off. I'd like to just disable indention for `let` clauses. There's really no good assumption of what a user wants...

This improves usability in async contexts. For example you might have ```rust struct Struct; impl Struct { pub fn new() -> Self { Self } pub async fn init_phase(&mut self)...

I can't seem to figure this plugin out. Am I correct that, without supplying a custom dictionary, this should still show shortcut entries, albiet with raw mappings? Or do you...

Basked on this: ``` $ hueadm -h ... Generic Commands: help (?) Help on a specific sub-command. ``` I expect to be able to run `hueadm help create-schedule`. But this...

View preview [here](https://sunscreen-tech.github.io/temp-docs/)

Allow setting FHE params without FHE programs. This changes the semantic meaning of the markers on the `Compiler` struct. Now `Compiler` means that the compiler has derivable FHE parameters, either...