OlshaMB

Results 13 comments of OlshaMB

but you can install commands throw pip and also community can make modifications for this to work

https://wapm.io/ there is a package manager for wasm and it has many packages. you could try to modificate it

Just use some fs glob function on PreferencePanes paths. There are 3 paths: 1. `/System/Library/PreferencePanes/` - System 2. `/Library/PreferencePanes` - Global 3. `/Users/{user}/Library/PreferencePanes` - User > ah ok. I don't...

I need this to run in parralles. And commands from this #56 issue don't help.

@marc2332 Is there temporary solution to this? Is there a way to first create a window with then renderer ui?

~~My guess is that astro thinks the extension of the file is .33333333333333~~ - incorrect, i renamed .JPG file to .jpeg format and now everything works

So i think importer is not registered for JPG and caps names.

> Perhaps instead of having `align_x` and `align_y` we could have something like Flutter https://docs.flutter.dev/ui/layout#aligning-widgets > > * `align_main` > * `align_cross` > > Thoughts? This would create complexity, because...

> I like the idea! I'll try to implement this asap I want to help with the implementation, but i am still reading the code for torin.

> You are also creating complexity when the meaning of `align_x` and `align_y` changes when using one direction or another X) Yea, but here we are explicit about reversing.