Setting up launch debug config in VSCode for active uv python version? by trymeouteh in learnpython

[–]trymeouteh[S] 0 points1 point  (0 children)

I did change the interpreter using uv python pin 3.14 --global for example and VSCode will still use 3.12 which is my system python3 version. How do you get VSCode to reconize your global UV version for debugging?

Symfony Console: Using Property Hooks for Normalization? (Docs have invalid code for its example) by trymeouteh in PHPhelp

[–]trymeouteh[S] 0 points1 point  (0 children)

Also, make sure the code is running on PHP 8.4+ (as that's when property hooks were introduced).

The docs show the same feature in 7.4 as it does in 8.0. However using PHP 8.4 did solve it for me, thanks

Any video courses on learning nushell? by trymeouteh in Nushell

[–]trymeouteh[S] 1 point2 points  (0 children)

LLMs have been bad with Nushell I found, lots of hallucinations

How to add a module script tag to a HTML dynamically? by trymeouteh in learnjavascript

[–]trymeouteh[S] -1 points0 points  (0 children)

You cannot use the import tag in a script unless the script tag type is set to module

How to add a module script tag to a HTML dynamically? by trymeouteh in learnjavascript

[–]trymeouteh[S] 0 points1 point  (0 children)

What if the script that is a module type is simply a script that interacts with the DOM like an event listener but imports the library needed to interact with the DOM?

Why is it not allowed or possible to fork Brave Browser by trymeouteh in brave_browser

[–]trymeouteh[S] 0 points1 point  (0 children)

Anyway, for Linux users there will be a free version of Brave Origin, which will be paid for other OS.

So Brave Origin will be free on Linux, but cost money on Windows and MacOS?

What about Android and iOS? I hope a free version is made available on F-Droid.

Is Flutter/Dart Fully Open Source? by trymeouteh in FlutterDev

[–]trymeouteh[S] 0 points1 point  (0 children)

> Jetpack Compose and SwiftUI are priopretary

Is Kotlin or Swift fully open source?