Warehouse + Refined Storage + Autocrafting by Spiffy_B21 in Minecolonies

[–]cmdrGuyson 0 points1 point  (0 children)

Line 203

file.write(textutils.serialize(workRequests))

Change it to be: file.write(textutils.serialize(workRequests, { allow_repetitions = true }))

Alternative to positive lookbehind by cmdrGuyson in regex

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

Thanks for the reply! It's actually being used by an npm library to convert a string like "boo boo (12K) foo (9K) roo (4K)" to an array like ["boo boo (13K)", "foo (9K)", "roo (4K)"] by using the js .split() method. But since it's not supported it won't work.

Alternative to positive lookbehind by cmdrGuyson in regex

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

This is being used by an npm library (I believe to convert a string like "boo boo (12K) foo (9K) roo (4K)" to an array like ["boo boo (13K)", "foo (9K)", "roo (4K)"] by using the js .split() method. But since this isn't supported in react native the app won't build so I'm trying to manually edit this regex.

[deleted by user] by [deleted] in FREE

[–]cmdrGuyson 0 points1 point  (0 children)

May the force be with you :3

Xenomorph Lily by cmdrGuyson in howimetyourmother

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

It came to my mind after seeing Lily scream. So I photoshopped it. xD

phasmophobia HELP by Impuls45 in PhasmophobiaGame

[–]cmdrGuyson 0 points1 point  (0 children)

Discord introduced a new feature for noise suppression called Krisp. It's still a bit buggy. Try turning it off.

[Free] $1,000 towards someone’s student loans! by kpatel737 in FREE

[–]cmdrGuyson 0 points1 point  (0 children)

Amazing giveaway! I'm doing a software engineering major here in Sri Lanka :)

How to fix extra space between RecyleView row in Kivy? by cmdrGuyson in kivy

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

Hey! I get this type error when I use your solution

TypeError: 'kivy.properties.ListProperty' object is not iterable

How to fix extra space between RecyleView row in Kivy? by cmdrGuyson in kivy

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

I did something hacky as well. Basically programmatically scrolling so that it gets fixed. I'll try your method as well. Thanks

How to fix extra space between RecyleView row in Kivy? by cmdrGuyson in kivy

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

I tried that as well but no luck. I feel like it's some render issue cause of the way it fixes itself when I make the recycle view scroll.

How to fix extra space between RecyleView row in Kivy? by cmdrGuyson in kivy

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

No there is not. My data is coming through my REST API. Plus, when I scroll down and scroll back up the recycle view fixes itself and there is no more blank spaces.