Radu Varga

Results 22 comments of Radu Varga
trafficstars

I've deleted all the files I could find from the Preferences, Containers, Caches, Private folders, but that still doesn't help start the App. There is something somewhere that restores the...

@johndbritton You are a lifesaver! I struggled so much with this, your solution works like a charm!

My hack is to remount the datatable by explicitly calling ::mount with my desired new options (in my case pagination-per-page). (defn re-mount-datatable [dt-id pagination-per-page] (rf/dispatch [::dt/mount dt-id datatable-columns-def (datatable-options pagination-per-page)]))...

Just physically removing a controller, no code of my own. I ended up just commenting that line. BTW, there were a few other lines that had to be fixed, the...

Just found another crashing line, in Enum.swift line 32: `fatalError("You didn't initialize a virtual port")` This happens when closing a Virtual midi port. I've added a fix for the crash...

Understood, but crashing the whole app when disconnecting a midi port is still not desired. The Virtual ports actually do work (they show as Input and Output when connected), it's...

Correction for the above: The "scaleX(-1)" fix only works if I apply it too the "style" of the parent "img" element where the SVG is being shown, it doesn't work...

I am also experiencing this, but strangely with the same code that used to work about a month ago. I have a feeling this comes from an Xcode/OSx update.. EDIT:...

> For me it was just having a space in folder name which was in the path of project folder from root. That did it for me!