Jeremy Holstein

Results 28 issues of Jeremy Holstein

``` ReferenceError: self is not defined at Object. (/Users/user/Sites/my-new-site/node_modules/vue3-sfc-loader/dist/vue3-sfc-loader.js:9:218) at Module._compile (node:internal/modules/cjs/loader:1097:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1149:10) at Module.load (node:internal/modules/cjs/loader:975:32) at Function.Module._load (node:internal/modules/cjs/loader:822:12) at Module.require (node:internal/modules/cjs/loader:999:19) at require (node:internal/modules/cjs/helpers:102:18) at Object.741 (/Users/user/Sites/my-new-site/public/js/ssr.js:1:18216)...

bug
unconfirmed

Is there any way to include the Depth when doing getNextSibling? Sometimes I have to do something like `$q->parent->parent->getNextSibling()` and it does not include the depth.

### Environment Cloudflare Workers / Miniflare Local: - Operating System: `Darwin` - Node Version: `v16.16.0` - Nuxt Version: `3.0.0-rc.3` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `nitro`,...

bug
nitro

Is there an updated guide for deploying with Wrangler 2.0? Seems the entire `wrangler.toml` file format is different now. `✘ [ERROR] Missing entry-point: The entry-point should be specified via the...

Reopening Issue #233

I'm trying to create a BMP of the QR code to display on a 128x64 OLED screen like you mentioned in the readme. Is there an example for this? I...

I'd like to be able to access the [Incoming Request CF Properties](https://developers.cloudflare.com/workers//runtime-apis/request#incomingrequestcfproperties)

preset:cloudflare

### What version of `Wrangler` are you using? wrangler@d1 0.0.0-7c228171 ### What operating system are you using? Mac ### Describe the Bug As soon as I add the d1_database to...

needs reproduction
bug

### Describe the solution I'd like to be able to upload to "folders" inside of KV, and only delete/replace the ones from that project. _For example:_ I have multiple repositories...

enhancement
discussion

My custom colors are not being included with the Ripple. Am I missing something? Also will it work with var colors? ``` module.exports = { theme: { extend: { colors:...