Amanjit Singh

Results 11 issues of Amanjit Singh

```python import tensorflow as tf from seq2seq.graph_utils import templatemethod @templatemethod("trial") def trial(x): w = tf.get_variable('w', []) return tf.reduce_sum(x) * w y = tf.placeholder(tf.float32, [None]) z = tf.placeholder(tf.float32, [None]) a_y =...

Hi, Thanks for the great work. I was wondering if would be possible to emulate a countdown (either via libnotify or otherwise), that lets the user know the recording is...

enhancement
good first issue

### What Operating System(s) are you seeing this problem on? Linux X11 ### Which Wayland compositor or X11 Window manager(s) are you using? bspwm w/ picom ### WezTerm version wezterm...

bug

**Is your feature request related to a problem? Please describe.** It would be super convenient for WM users if `wezterm start` takes in arguments to specify the class, instance name...

enhancement

### Description Basically, I don't have inverse search working in Zathura (version `0.5.2` with `mupdf` backend). I am honestly quite stumped, and I swear this feature used to work, and...

bug

Hi, I was wondering if it would be possible to support browsing from google scholar using the `papis explore scholar` command or similar. The advantage of this approach would be...

feature request

Here is an example of a bibtex entry that is incorrectly update when using rebiber. ```bib @article{Lu_2023, doi = {10.1088/1361-6544/acf988}, url = {https://dx.doi.org/10.1088/1361-6544/acf988}, year = {2023}, month = {sep}, publisher...

Hi, It is nice to have the dual mode view, and even nicer to have a feature to remove white-space between pages in dual so that the text can be...

the command `keyboard_select` opens up hints to select using the keyboard, but if I am in dual mode (using `toggle_two_page_mode`), the `keyboard_select` only activates hints on the left page and...

Hi, How would you recommend threading in random keys for bijection methods such as `transform_and_log_det` and others? Or is that not currently possible? I figure this would facilitate approximate computation...