Fatih Doğan

Results 11 comments of Fatih Doğan

I don't like the BuildTools step. It is annoying to create folders on root project. This build script may be better. ```sh cd $TEMP_DIR mkdir RSwiftBinary cd RSwiftBinary echo `pwd`...

https://github.com/fthdgn/R.swift.Plugin I've developed a SPM build plugin for R.swift. It works for my project, however there are some points which I am not sure. `rswift generate` command requires many environment...

I need this because of `"verbatimModuleSyntax": true` on tsconfig. For this use case, `isTypeOnly: project.compilerOptions.get().verbatimModuleSyntax === true` can be used, instead of `isTypeOnly: true`. However `verbatimModuleSyntax` exists only if ts-morph...

@rhys-vdw I've received your invitation. I will accept it. Thank you. I will try to help the project on my free times.

I have the same problem. Does this library work different than https://github.com/SteamRE/SteamKit. I did't have any problem with the C# library. It may help to solve the problem.

On Windows 11, Win + Z shortcut opens a popup window to snap a window to a specific location without using mouse. For example, this key sequence, snaps the window...

``` "%lld car" = "^[%lld car](inflect: true)"; ``` To generate a R.swift method for this key, we should be able to 1- access it by the key 2- pass arguments...

String.init one does not have any value parameter. I am not sure purpose of that parameter. On my cases it unused. I will try to find a case where its...

I found the usa case of value parameter. It is used when a language file does not provide translation for a key. I used `String.init(localized:defaultValue:table:bundle:locale:comment:)` function.

Sorry I couldn't read this PR for a long time. @Beer-Koala On my code I assumed that each key to have a localizations object, which contains a key for "sourceLanguage"....