Peter Nguyen
Peter Nguyen
Yes, the type is float64 when you unmarshal from JSON data for all numbers, both for integers and floats. I think it is correct to call conf.Int(key) if you know...
@ayushnix thanks for the reply. Currently, as I understand it, rofi does work with Wayland as I was using it with Sway. And the fork which supports Wayland natively fixes...
> Thanks, I'll try to implement this feature. Meanwhile, if you want to submit a pull request, that'd be welcome as well. Please see the [CONTRIBUTING.md](https://github.com/ayushnix/tessen/blob/master/CONTRIBUTING.md) if you're interested. That's...
This PR seems to have conflicts and cannot be merged until they are resolved.
I also encounter a long delay when opening dart files. Here is the `start.log`: ``` times in msec clock self+sourced self: sourced script clock elapsed: other lines 000.005 000.005: ---...
There is a valid use case for being able to set multiple mime types for the data that is copied. For example, when you copy an image from a browser,...
Yes, it comes from Firefox when copying an image. Pasting the image from the browser trigger file upload and it works as expected. It's only when the image coming from...
The issue is not because of Firefox though. For example, copying image from Gimp gives these mime types: ``` image/x-xcf image/png image/bmp image/x-bmp image/x-MS-bmp image/x-icon image/x-ico image/x-win-bitmap image/vnd.microsoft.icon application/ico image/ico...
Please don't focus on Firefox too much as the behavior is website specific and not because of the browser. It behaves the same way in Chromium too. Here is the...
Could it be that the other applications are setting multiple data parts with different mime types when the user is copying an image into the clipboard? For example, here is...