bbb651 🇮🇱

Results 123 comments of bbb651 🇮🇱

You might also want to look at [cage](https://github.com/cage-kiosk/cage), it's a wayland compositor specifically designed for kiosk modes

@Nyxiad I'm working on implementing this, I agree that there should be a way to edit all all registered mime types (i.e. everything in `/usr/share/mime`, we don't have to deal...

To illustrate what I mean, here's most of the ui: ![image](https://github.com/user-attachments/assets/ac9aeb5d-46b9-4194-9c59-052b27d15385) Also is there currently a way in libcosmic to display views in the placeholder and dropdown list? `pick_list`, `dropdown`...

I haven't make progress on this since only the UI is implemented (I'm posting it like this instead of making a commit because got a bit mixed with the launcher...

I wasn't aware it existed already, I just checked and it looks like it'll make it into Gnome 48, the [private api was merged](https://gitlab.gnome.org/dcz/gnome-shell/-/commit/17a6ff7db0a8089769d75bebe52a475dff5e8142) and [the portal implementation got a...

I think dealing with just the most common ones is worthwhile, e.g. `ba` specifically seems to be used a lot ([1.4k results with a very conservative query just for shaders](https://sourcegraph.com/search?q=context:global+%28%22+ba+%3D%22+OR+%22%5CS.ba+%22+OR+%22.ba%3B%22%29+%28lang:GLSL+OR+lang:HLSL%29&patternType=regexp&sm=0)),...

```patch diff --git a/test262/harness.js b/test262/harness.js index 4276ab8589..3dd9886a8a 100644 --- a/test262/harness.js +++ b/test262/harness.js @@ -44,8 +44,10 @@ try { func(); - } catch { - return; + } catch (e) {...

I like this idea but I thought about it a bit and I think just allowing multiple (either comma separated or as multiple `-t` arguments) and picking the first compatible...

Nevermind I got confused with how the clipboard works (the application pasting the clipboard controls the format from the ones advertised, multiple MIME types for static data is very rare...

I personally use English as my system language but my native tongue is RTL (Hebrew) so I can answer some of your questions. > This is generally useful outside RTL...