Souyama

Results 108 comments of Souyama

``` saver.save(sess, "spikes.ckpt") ``` This line raises the error: `ValueError: Parent directory of spikes.ckpt doesn't exist, can't save.` It's pretty clear the parameter is asking for a path and not...

I am seeing that this feed is quite old but unsolved. Pretty likely you have already solved it. Assuming you haven't here: ``` from google import google num_page = 1...

Here's a [patch](https://gist.github.com/sansmoraxz/ad298ee5ef819775f5ab1fdfb8362bbc) to maintain compatibility with firefox for the time being. Basically, build with no service worker.

Otherwise, it's OK to merge this. Didn't observer any other bugs in my system.

Then this may be put on hold for the time being. Unless we implement something like what was done [here](https://bugzilla.mozilla.org/show_bug.cgi?id=1344561), it may make sense to wait for Firefox to officially...

I was overthinking it. We don't nescessarily need to use manifest v3. Native injection with plain js just works. For firefox extensions can't use sw, but for any other url...

Anyway I scrapped all the old changes, and making fresh pr just for the service worker. Cleaner this way. Service workers should work for most chrome based browsers. Although I...

Service workers do run separately from main thread. But have no access to localStorage. Although with storage permissions, they can access storage. https://github.com/zombieFox/nightTab/issues/93 Interactions between client and service worker can...

> While using service worker is a good idea, when testing in Chrome, opening the new tab page when offline the cached background image is used. Are you experiencing different?...