Alexis Tyler

Results 312 comments of Alexis Tyler

> The aired date is already set: > > https://github.com/meeb/tubesync/blob/main/tubesync/sync/models.py#L1146 Okay perfect so I can use absolute for now.

@micahmo personally I can't use your setup as I want to archive content even after it's removed from Youtube so I'd need the metadata baked into or along side the...

> The front end specifically by design has no JavaScript at all at the moment so I'd rather not add a load and a basic API endpoint just to have...

Is there anything I can do to help get this added? I'm trying to add 500+ channels and this is going to be really tiresome to do it manually one....

I personally grabbed it from the channel's meta tag via js in chrome but that's good to know. There's a meta tag called `channelId`.

I am pretty sure this is the example that's causing the issue with the commented out `v-else`. ```vue Device Identification Temp. Reads Writes Errors FS Size Used Free View ```

So adding a bottom margin to the chips, making the first edge have a `margin-left: -5px;` and setting the horizonatal stack to have `flex-wrap: wrap;` we end up with this....

The file: https://gist.github.com/OmgImAlexis/7b378faa7fd999349dc47fb990f44557 I was expecting the js in the script tags to be linted but the script tags using `type="text/x-template"` to be skipped since it's not javascript. Maybe that's...

I wonder if the new [permissions API](https://nodejs.org/api/permissions.html) + https://github.com/nodejs/node/pull/47855 can be used for this.

I found a "workaround" just trying to find a way I can apply it. The parent element needs to either not exist or the style that's applied to the child...