Kevin Scott

Results 24 issues of Kevin Scott

iOS has added a bunch of new emoji, present here: https://raw.githubusercontent.com/iamcal/emoji-data/master/emoji.json I was trying to open up a pull request integrating them but can't figure out the cause of a...

Hello there, I'm trying to write a unit test on some code that leverages Tensorflow.js. Here's a sample test: ``` import { expect } from '@esm-bundle/chai'; import * as tf...

Upgrading tfjs to 1.0

Hi! I'm trying to `POST` against a REST endpoint that uploads a file as part of a `FormData` object. From what I can tell, `apollo-link-rest` transforms `FormData` objects into `{}`...

enhancement💡
feature

This is a thread to track work related to enabling a first-class experience with UpscalerJS within a Cloudflare Worker. Currently, the Upscaler works in a (somewhat) isolated fashion: if one...

Hi, I'm trying to work with ActiveJob and getting this error: ``` NameError (uninitialized constant CarrierWave::Workers::ProcessAssetMixin): app/jobs/process_image_job.rb:2:in `' app/jobs/process_image_job.rb:1:in `' app/models/user.rb:69:in `' app/models/user.rb:26:in `' app/controllers/users_controller.rb:42:in `set_user' ``` I've looked at...

Running the colab notebook `fast-DreamBooth.ipynb`. Training seems to complete fine, but running the UI produces: ``` Traceback (most recent call last): File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/webui.py", line 15, in from modules import import_hook,...

**Your Environment** * **verdaccio version**: `^5.26.1` * **node version** `v16.20.2` * **package manager**: `[email protected]` * **os**: `mac` * **platform**: `node` **Describe the bug** I cannot publish a non-scoped package anonymously,...

**Is your feature request related to a problem?** It appears as though the [`ConfigBuilder`](https://verdaccio.org/docs/configuration/#builder) is limited to the following options: ``` addPackageAccess(pattern: string, pkgAccess: PackageAccessYaml): this; addUplink(id: string, uplink: UpLinkConf):...

topic: feature request