Benoit FOULETIER
Benoit FOULETIER
Can your extension create global shortcuts, that can be called from outside of Chrome / anywhere in the OS? Chrome has a dumb restriction that we can't use ctrl+alt because...
I have a somewhat large repo (20 GB, 20k commits, from a video game project), that was using LFS for big assets. I'd like to reuse the engine part for...
I've been using cs-script off and on for quite a few years now, and recently I've gotten quite confused with all the options on the market: cs-script, [dotnet-script](https://github.com/dotnet-script/dotnet-script), [Roslyn/CLI/REPL](https://learn.microsoft.com/en-us/archive/msdn-magazine/2016/january/essential-net-csharp-scripting) mumbo-jumbo,...
Apologies for the perhaps noobish question, but I keep getting hard crashes (Maya shows a "fatal error" dialog, then the crash reporter, then exits), which I'm 90% sure come from...
If I create an attribute with a default value, but don't change it, the value is lost after saving & reloading the scene. I don't know if it's by design...
We get a "Co-variant array conversion from Transform[] to Object[] can cause run-time exception on write operation" [warning](https://www.jetbrains.com/help/rider/CoVariantArrayConversion.html) when using eg [`Undo.RecordObjects(transforms, "Edit Transforms");`](https://docs.unity3d.com/ScriptReference/Undo.RecordObjects.html) (passing a `Transform[]` when the method...
Hi! thanks for the awesome extension, very useful! I'm having an issue with `maya.cmds` though, auto-completion is _very_ slow with Jedi, and doesn't work at all with Pylance. All the...
I have a monorepo where each workspace has a .gitattributes in its own subfolder: monorepo: - shared/ - workspaces/A/ - .gitattributes - contentA/ - workspaces/B/ - .gitattributes - contentB/ becomes...