Jakub Kozłowski

Results 430 comments of Jakub Kozłowski

I tried to use this on Enterprise and I'm getting > Error: Failed to upload release asset root-0.1.0-SNAPSHOT.zip. recieved status code 502 > Error uploading to /storage/releases/41590/files: 404 This is...

From [the docs](https://docs.github.com/en/[email protected]/rest/reference/repos#upload-a-release-asset): > Upload a release asset > This endpoint makes use of a Hypermedia relation to determine which URL to access. The endpoint you call to upload release...

Well, we're already using that it seems: https://github.com/softprops/action-gh-release/blob/a80139913ad69754b738283897e8a1e3362b1a03/src/main.ts#L71-L77 Update: I think the template is expanded wrong - this is what I get "after" the `uploadUrl` call: ``` https:///api/uploads/repos///releases/41591/assets{?name,label} ```

FYI I have a POC of this for zsh and I'm going to try and generalize it so it doesn't work with just my app. Current work in https://github.com/kubukoz/spotify-next/commit/d3f0d92316c4f53d7bd8373253734969e9678564 (It...

Could this potentially be resolved in the latest builds? This could've been affected by the same cause as https://github.com/localstack/localstack/issues/5499

Strong +1 on removing all methods that take String. While we're at it, I'd make `uri` the first argument in `Request`'s `apply` method, although that's probalby a different issue...

I'm seeing some hanging too. Fiber dump: [gist](https://gist.github.com) I can provide a reliable reproduce if needed. No websockets involved as far as I know.

Looks like I can only do it with a browser... my guess is that some keep-alive system in Firefox keeps a client connection open (until I close the browser or...

I have now, it seems to work ;)

Just wanted to suggest prioritizing it as Apple has started selling Macbook Pros with their silicon. edit: I was not aware the 2020 13" M1 was also a Pro 😅...