Kiran Ostrolenk

Results 6 issues of Kiran Ostrolenk

I tried enabling the "experimental stars" feature and now it freezes my computer whenever I bring up the lock screen. This prevents me from logging in but crucially it also...

Is there anyway to view what the camera sees from within the gesture_classification_live_demo.ipynb notebook?

Why is the link to startbootstrap hard-coded into the modals file (for the client, date and category)? Surely we should be able to specify these in the post files.

I've followed the instructions here: https://fontawesome.com/docs/web/setup/host-yourself/webfonts. This PR supersedes https://github.com/jeromelachaud/freelancer-theme/pull/98.

### Related problem In shells with syntax highlighting (e.g. [zsh](https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters/main.md?plain=1#L31) and [fish](https://fishshell.com/docs/current/interactive.html#envvar-fish_color_valid_path)) it's common to highlight valid paths (usually with an underline). zsh example: ![image](https://user-images.githubusercontent.com/34030186/219357620-c2065e42-e57a-47e4-881b-997b0b37da7d.png) As far as I can...

enhancement
syntax-highlighting

I am attempting to perform an NTT operation like so: `output=INNT(NTT(input_1)*NTT(input_2))`. I have tried with the following code: ```c++ #include #include static constexpr size_t qNum = 1; static constexpr size_t...