Niklas Rosencrantz

Results 10 issues of Niklas Rosencrantz

My makefile is quite simple ``` BST: bst.c gcc -fprofile-arcs -ftest-coverage -g bst.c -o bst ``` I could get coveralls code coverage to work with make and C in my...

We could make it play midi files from online sources. There are midi archives online so that you could play from online midi files...

question

…-15-building-multiple-runtimes.md Fix typo in the file name and fix typo in the text. But maybe changing the file name will break the link to it...(?)

This is an image optimization as suggested by ImgBot. Please verify if the change actually is an improvement.

Hej Anton thanks for a cool project. This fork and PR contains github action workflow and packaging an artifact. They are not perfect but maybe there is something in there...

Here's a GitHub action workflow that will build a wheel. The artifacts are uploaded to the "actions" -> summary tab after triggering the workflow manually https://github.com/AntonOsika/gpt-engineer/assets/51189/738bffda-fe0e-4d2f-aab4-87b9cce03ebe https://github.com/AntonOsika/gpt-engineer/assets/51189/ee81015c-cd57-4ec1-a8ed-34578b78b1d1

``` $ sudo apfsutil /dev/sdb2 Volume 1 9E890136-A96F-470A-8328-77AB43353FE6 --------------------------------------------- Role: Backup Name: fivetb (Case-sensitive) Capacity Consumed: 4726479761408 Bytes FileVault: Yes Snapshots: 100024 : 'com.apple.TimeMachine.2022-08-06-143031.backup' 102106 : 'com.apple.TimeMachine.2022-08-13-185520.backup' 105981 : 'com.apple.TimeMachine.2022-08-29-121105.backup'...

Hi I'm trying to use this project for AWS Cloud Formation templates, but I get this stacktrace: ``` c:\Users\montao\.vscode\extensions\adamvoss.yaml-0.0.10\server\node_modules\vscode-yaml-languageservice\lib\parser\yamlParser.js:219 errors.forEach(e => _doc.errors.push(e)); ^ TypeError: Cannot read property 'push' of undefined...

If I use the DrawerNavigator to navigate back and forth to one of the middle tabs, then the app crashes with this error msg: "There is no route defined for...

Hello! I use serverless framework with AWS Lambda and a python backend. A bit surprised that there was only low-level (using the python cgi package) to receive and parse file...