๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

CSS font-face not working with Firefox but working with Chrome and IE

๐Ÿ“‚ Categories: Css
๐Ÿท๏ธ Tags: Firefox Font-Face File-Uri

The following code works in Google Chrome beta as well as IE 7 However Firefox seems to have a problem with this Im suspecting it to be a problem of how my CSS

Thumbnail for Posts

Custom numeric format string to always display the sign

๐Ÿ“‚ Categories: C#

Is there any way I can specify a standard or custom numeric format string to always output the sign be it ve or ve although what it should do for zero Im not

Thumbnail for Posts

Detect Windows version in NET

๐Ÿ“‚ Categories: C#
๐Ÿท๏ธ Tags: .Net Windows Operating-System

How can I detect the Windows OS versions in NET What code can I

Thumbnail for Posts

Disable eslint rules for folder

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Eslint

Is there a way to disable specific rules for a folder For example I dont want to have required JSDoc comments for all my test files in the test folder Is there

Thumbnail for Posts

Disable IntelliJ indexing on specific folder

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Indexing Intellij-Idea

In my project I have a deploy folder which is createdupdated when I deploy my app locally Is it possible to disable indexing on that folder Everything slows

Thumbnail for Posts

Django Admin - Disable the Add action for a specific model

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Django Django-Admin

I have a django site with lots of models and forms I have many custom forms and formsets and inlineformsets and custom validation and custom querysets Hence

Thumbnail for Posts

Do not use BuildContexts across async gaps

๐Ÿ“‚ Categories: Flutter

I have noticed a new lint issue in my project Long story short I need to use BuildContext in my custom classes flutter lint tool is not happy when this being

Thumbnail for Posts

Docker mount volumes as readonly

๐Ÿ“‚ Categories: Docker
๐Ÿท๏ธ Tags: Readonly

I am working with Docker and I want to mount a dynamic folder that changes a lot so I would not have to make a Docker image for each execution which would be

Thumbnail for Posts

Embed YouTube video - Refused to display in a frame because it set X-Frame-Options to SAMEORIGIN duplicate

๐Ÿ“‚ Categories: Html

This question already has answers here Embedding youtube video Refused to display document because display forbidden by XFrameOptions 12 answers Closed 7 years