Jason

Results 8 comments of Jason

We've also noticed this in our log files. It's especially annoying because we use JSON log types and when these rejections come through, the output is not valid JSON. @Unitech...

I saw this after fighting with step 2 for a bit. I totally agree. In the end all I had to do was the following since I'm on 3.9 -...

We just ran into this as well with Parcel. ``` @parcel/transformer-css: Unexpected token Delim('.') /node_modules/semantic-ui-css/semantic.min.css:308:4401 307 | * > 308 | after .header{background-color:none;color:#fff}[data-position="top center"][data-tooltip]:after{top:auto;right:auto;left:50%;bottom:100%;-webkit-transform:translateX(-50%);transform:translateX(-50%);mar > | ^ 309 | *...

I just ran into this on 1.2.6. Could we get an update on this? I'd prefer not to create workarounds with scripts during our CI process to get around this.

> > @HazAT not quite. We're still [waiting on this to merge](https://github.com/oven-sh/bun/pull/4410). > > > > Why would Volta supporting Bun require Windows support? > > To be consistent, imo....

@silverbuggy the "Missing Key" error indicates that the object can't be found in the bucket.. I would double check the path of the content. When testing locally I also ran...

@jmfontaine Could us being self hosted, using 1.12, have caused this? See the discussion here: https://github.com/spacelift-io/terraform-provider-spacelift/issues/542

We just found this as well. The larger problem, in my opinion, is that we have a file called `config` that can define more than configuration (credentials in this case)....