Jonas Heinrich

Results 168 comments of Jonas Heinrich

I was able to add my Cups printer in Windows 10 after a fresh install of 22H2. After installing various Windows Updates it stopped working. There's definitely some issue with...

This worked worked for me on Django 4.2: ``` from django.utils.html import format_html [...] def display_color(self): return format_html('', self.color) display_color.short_description = 'Color' ```

This is possibly fixed with the latest development version of the Calendar app (4.4.0-alpha2) ![image](https://user-images.githubusercontent.com/757752/233857918-36a4f08e-cfec-4c08-8e44-b79950dd953e.png) I'm using the German locale which should fit ISO8601 in this case. Could you give...

@fabricemous Which locale did you configure? Do also reproduce this issue here with the corresponding locale https://fullcalendar.io/docs/locale-demo ?

@st3iny I'm unable to reproduce the issue. Here is my script: ``` const ICAL = require('ical.js'); var iCalendarData = [ 'BEGIN:VCALENDAR', 'CALSCALE:GREGORIAN', 'PRODID:-//Example Inc.//Example Calendar//EN', 'VERSION:2.0', 'BEGIN:VEVENT', 'DTSTAMP:20080205T191224Z', 'DTSTART:20081006', 'SUMMARY:Planning...

Fixes https://github.com/NixOS/nixos-hardware/issues/877

Is it possible to build the kernel locally from inside the nixos-hardware repository? @stigtsp this didn't work ``` nix-build -E "(import {}).callPackage ./microsoft/surface/common/kernel/linux-pac kage.nix {}" ```

I wonder how xwayland applications would behave in this scenario? Is there something like multi-gpu support for xwayland?!

This info might be related: Wayland On Mesa Now Supports DRI_PRIME, Render Nodes https://phoronix.com/scan.php?page=news_item&px=Wayland-DRI-PRIME-Mesa-Nodes

Upstream issue https://github.com/microsoft/WSL/issues/11206