infacto

Results 58 comments of infacto

Well, there are several reasons or cases. At first we have to say that this method creates a commit and tag. And in my case I accidentally created this tags...

Why not just extend the type with the required properties (x,y,width,height)? Exported from ECharts. Quest: Create the [custom example](https://echarts.apache.org/examples/en/editor.html?c=custom-profile) in TypeScript too. And provide the necessary types. No need to...

Just for my understanding... Can this handle automatic color indexing with external palette like the following? | input | output | compare | --- | --- | --- | |![input](https://github.com/libvips/libvips/assets/60390085/2677cbe9-015f-4e77-b899-cfbf3a1c8f3c)|![output](https://github.com/libvips/libvips/assets/60390085/a41fe5c9-0318-42fc-bc6e-6dc7ea7f7763)|![compare](https://github.com/libvips/libvips/assets/60390085/714364cb-2eb2-4717-bd47-bface96386ef)|...

![image](https://user-images.githubusercontent.com/60390085/114059860-15e7e480-9895-11eb-9fca-5d3c529fd7a0.png) This is counting and counting and counting ... never ends. Like interval(1000). Why? I checked the ngAfterViewChecked method. It stops after a few times. But when I use debounceTime...

Ok thanks, I found the permission now. Another issue is: You can disable location at any time. For example pull down the Android control center and tap on location. Then...

Just another idea / think aloud: If possible we could implement a method to open permission setting (where is e.g. "nearby devices") for this app. Like the method `showBluetoothSettings`. Not...

I guess you are using the [awesome-cordova-plugins](https://github.com/danielsogl/awesome-cordova-plugins) wrapper? Or Ionic Native or Capacitor? I'm facing the same issue. The method `getBluetoothAuthorizationStatuses` (plural) exists. Not testet on JavaScript. But I see...

Ok, interesting because the "Rendered in browser" screenshot (last post) is from Edge browser and looks like expected. Why is the result different in explorer thumbnail if both uses the...

You really want a default behavior like this? ```ts import { Component } from '@angular/core'; @Component({ selector: 'my-app', template: ` {{ item.key }} ` }) export class AppComponent { items...

I don't understand. Why is the current sorting for best performance on already pre-sorted maps? I would expect a non-sort behavior is for the best performance. Keep the default sort...