farfromrefuge

Results 236 issues of farfromrefuge

## PR Checklist - [ ] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#commit-messages. - [ ] There is an issue for the bug/feature this PR is for. To avoid wasting...

cla: yes

I added tests for this, the submodule needs to be update after the merge in the submodule repo

If there was an error during webpack build (like output being wrong) then jsparser was returning without error causing the next build step to fail without real explanation ### Create...

### Create a meaningful title ### Description ### Does your commit message include the wording below to reference a specific issue in this repo? ### Related Pull Requests ### Does...

cla: yes

It would be very practical to be able to pass JS function directly instead of having to do `new kotlin.jvm.functions.Function1(myJSFunctionWith1Arg)`

The github repo of the runtime is getting huge and thus hard to maintain. Even more if we think about releasing more flavors (wasm, Intl...) Maybe we could think about...

if i do something like this: ```java class MathRouteTask extends TimerTask { MathRouteTask(ValhallaOfflineRoutingService routingService, Projection projection, String profile) { super(); this.profile = profile; this.projection = projection; this.routingService = routingService; }...

This fix ensure that user custom parameters overrides default ones

![image](https://github.com/TomRoush/PdfBox-Android/assets/655344/da8e05d5-e48e-4f53-a1dd-ad465ae90d17) I have an image on which i have compute ocr like this (black areas are the ocr text drawn on top of the image). as you can see the...

type: enhancement

Kotlin can generate namespaces with `function`. We end up with `export module function` which is forbidden. Not sure if we can fix this and still keep the typings for that...