David v.Knobelsdorff

Results 25 comments of David v.Knobelsdorff

No problem glad if this helps :) I just removed the return keyword as well since I think it is not needed/wrong when using ViewBuilders. I typed all of this...

Your example just compiles and runs fine for me. I am using Xcode 12 beta 5 currently.

I got the exact same problem. Only parts are highlighted. Other are recognized but the attributes array is nil. Could you please have a look into it. Provided Playground by...

Just had a look at this this morning and for me it looks like the library is working just fine. It seems like the plist(tmLanguage) file is missing entries and...

Sure please report back. I only had a look at the Latex.tmLanguage file and it occured to me that there was no pattern for highlighting comments for example.

Here is a definition of the textmate grammar: http://manual.macromates.com/en/language_grammars#language_grammars. It looks like the include key is not parsed correctly in SyntaxKit. The different values a include key can hold are...

You don't have to be sorry. Open-Source is sharing and caring :) I am myself a bit stressed at the moment writing my thesis. However if I'll find time I'll...

I am having the same problem. Any idea how to change the configuration so this won't happen ?

Seeing the sample problem. Seems like this run script phase fails due to the latest changes made in RCTActionSheetIOS: ``` /Users//Developer/app.git-worktrees/feature/branch_name/node_modules/react-native/React/CoreModules/RCTActionSheetManager.mm:98:35: No member named 'cancelButtonTintColor' in 'JS::NativeActionSheetManager::SpecShowActionSheetWithOptionsOptions' ``` When I...

I do not use nvm but asdf-vm to manage my node versions. What worked for me was to have a look at the `node_modules/react-native/scripts/find-node.sh` script and to make sure that...