Results 40 issues of Alex

Videos longer than a minute cause an error: Crop video (Optional block) ``` --------------------------------------------------------------------------- ValueError Traceback (most recent call last) in () 21 show_video = True #@param {type:"boolean"} 22 if...

`!python watermarks.py --image assets/cat.png --selection assets/cat-selection.png --dataset=dataset_cifar --batch_size 32` ``` WARNING:tensorflow:From watermarks.py:298: The name tf.app.run is deprecated. Please use tf.compat.v1.app.run instead. WARNING:tensorflow:From watermarks.py:282: The name tf.Session is deprecated. Please use...

1. Replace all clock() with time (). This is outdated and doesn't work for me any other way (ImportError: cannot import name 'clock' from 'time' (unknown location)). 2. After a...

Are you going to make support for HTML, XML, JSON, iCal, JS, XLSX, XLS, YAML, Google Spreadsheets? That would be great. Or just an additional method to convert to these...

enhancement
help wanted

This was removed in 1.0, as it's been more than 1.5 years since PyTorch released. They also removed torch.legacy.nn in the process. `If you want to just load the weights...

Add help explaining all the parameters

enhancement
good first issue

### Describe the bug Same issue as https://github.com/sveltejs/kit/issues/2400 After https://github.com/sveltejs/kit/pull/6372, I get: ```js var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy...

bug
pkg:adapter-node
p1-important

### Rollup Version 2.77.0 ### Operating System (or Browser) Windows 10 ### Node Version (if applicable) 16.15.0 ### Link To Reproduction I can not ### Expected Behaviour Everything is fine...

t¹ 🐞 bug
t⁸ ⋅ triage

Add support for [JSONC](https://github.com/microsoft/node-jsonc-parser) (JSON with comments) and [non-strict JSON](https://github.com/jsonicjs/jsonic) (JS objects), for example via the check mark in the settings (of course, technically it's not JSON)

enhancement
help wanted

It would be nice to make a table (grid) mode like on https://jsongrid.com/

enhancement