Maurits van Riezen

Results 24 issues of Maurits van Riezen

I have a project containing multiple cargo workspaces, multiple servers and clients. I want to build only the client part with trunk. Right now the trunk process fails since it...

Stale

On this page there is a list of possible categories for sprites: https://avatars.dicebear.com/docs/http-api However, this list seems to be missing a lot of sprites while including categories that other parts...

### Describe the Bug The page of the webGL example seems blank. It shows the following error for me on Firefox 99: (Majaro Linux) ``` TypeError: _index_bg_wasm__WEBPACK_IMPORTED_MODULE_0__.memory is undefined webpack:///./pkg/index_bg.js?:434...

bug

I found this: https://www.pygame.org/project/4210 really old project on the website. It seems like `` is escaped but `

## What problem does this solve or what need does it fill? Normal maps are a pretty standard cheap way to make meshes look a bit better. Often when prototyping...

C-Enhancement
A-Rendering

The change is very simple, It only effected like 4 lines. However, in the process, I had to upgrade the project to Visual Studio 2015, causing changes to a lot...

### Version 4.26 ### Question Some of my models involve UUIDs (`Symfony/Component/UUID`). Right now it generates the following documentation for it: ```json { "schemas": { "Uuid": { "type": "object" }...

question

## Description If I upload a file using async mode and native TLS, I get the following error: ``` Err(UnexpectedResponse(Response { status: TransferAborted, body: [52, 50, 54, 32, 70, 97,...

bug

## Description The MLST and MLSD commands allow getting more detailed metadata about a file. ### Changes Add something like this: ```rs fn mlsd(pathname: Option) -> Vec{ } fn mlst(pathname:...

new feature

# ISSUE _NUMBER_ - PULL_REQUEST_TITLE Fixes #77 ## Description Current code relies on `drop()` to close connections. This seems to not be enough for the SSL connection (perhaps because the...