james

Results 28 issues of james

Getting the following error when I use it the package for electron ``` (node:80303) [DEP0091] DeprecationWarning: crypto.DEFAULT_ENCODING is deprecated. ```

I loaded python-dotenv in setup.py as documented in python-dotenv but none of the environment variables are accessible in the bundled app. Has anyone had any luck setting environment variables?

Mac will always open Safari as the browser of choice when we select "Look up" in the context menu. Can SwiftDefaultApps modify this behavior?

I have a 2 monitor setup and screen record one monitor at a time. Every time I start recording, there is a overlay on the monitor that is not being...

I received this output when using data generators: ``` --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in 1 model.compile(optimizer='adam', loss=losses.CategoricalCrossentropy(),metrics=['accuracy']) 2 lr_callback = LRFinder(train_generator.n, train_generator.batch_size) ----> 3 history = model.fit_generator(train_generator,...

### Feature Description Currently y-axis supports scaling by drag & drop. This feature will enable y-axis scaling programmatically. Example use case is being able to scale vertically by holding a...

enhancement

How can we disable the safety feature / nsfw filter?

These are my current settings. ![image](https://github.com/acarabott/tabToWindow/assets/6874981/b033e396-81be-4192-8f67-8c575a900485) However, the commands are triggered using the `CMD` key if the focus is on the URL bar. Example: 1. Set focus to URL bar...