Atamert Ölçgen

Results 26 comments of Atamert Ölçgen

I'm using`0.10.8` and the buttons/menus are incredibly small on a 4k display. (Debian/Linux) ![image](https://user-images.githubusercontent.com/40178/154628830-418b6601-0d3a-4f00-a025-63081734a290.png)

Perhaps also: ``` clojure (maybe/to-maybe (either/right :foo)) ;; => ```

So it would work like this? ``` clojure (maybe/to-maybe (either/right :foo)) ;; => # (maybe/just nil) ;; => # (maybe/to-maybe nil) ;; => # ```

I'm just playing with the idea. With dynamic typing, things are quite different. This bothers me a bit: ``` clojure (bind (maybe/just nil) maybe/to-maybe) ;; => # ``` I guess...

> Maybe we could implement this as a protocol, e.g. MaybeTransformable and then implement ->maybe for different monads. I sometimes `mzero` on either and `left-branch` later to attach an error...

That makes perfect sense. `to-maybe` would make a good addition if `nil` isn't allowed as a parameter to `maybe/just`.

- We can prevent or rate-limit posts by new users. - We can add a `Report` button (eventually someone deals with the spammers right? This could help alert them faster)...

Cannot post Odysee links. This does not spark joy. ![image](https://user-images.githubusercontent.com/40178/140407438-8eb27904-06c1-470b-8b4f-898cfb75805c.png)

I've run the same test on Blender 2.93-beta and got this error: ``` Python: Traceback (most recent call last): File "/home/muhuk/.config/blender/2.93/scripts/addons/blender_xatlas/__init__.py", line 329, in execute Unwrap_Lightmap_Group_Xatlas_2.execute(self, context) File "/home/muhuk/.config/blender/2.93/scripts/addons/blender_xatlas/__init__.py", line...

I wish there was a way that doesn't require us do: ```rust *props.weak_link.borrow_mut() = Some(link); ``` A cleaner approach is perhaps, when the parent sets a prop named `link`, same...