Amanjit Singh

Results 4 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