Mike Subelsky

Results 16 comments of Mike Subelsky

I had the same problem - seems to be related to how replicate uses autoload. Adding this to my `dump.rb` file forced replicate to load itself: ``` ruby Replicate::AR ```

hi all, for me homebrew installs to `/usr/local/bin/`, so after installing Python 2 [per the Alfred instructions](https://www.alfredapp.com/help/kb/python-2-monterey/), I had to modify the Script Filter and the bash Run Script to...

In case this is helpful: I got this error when using the `defer` attribute on a `` tag including Aframe. Went away when I took it off. The same issue...

@donmccurdy I think I'm running into this on my project; is the fix a matter of changing that code so that it also waits for `object3dset`, like below? (untested) Or...

I made a test case for this issue but was unable to reproduce it; it the text geometry component with `aframe-physics-system` and `material` and both seem to work: https://glitch.com/~superframe-issue-105 I'm...

oh awesome! do you have a preference for a testing framework? I'd like to add a little integration test to validate my fix and was planning to use RSpec unless...

FYI can also use triggers to create them automatically, check about halfway down this article: https://evilmartians.com/chronicles/a-slice-of-life-table-partitioning-in-postgresql-databases pasting in the screenshot from the article: ![image](https://user-images.githubusercontent.com/12020/234095166-b80876b4-29c5-4f94-8f0f-b766796d74e8.png)

Thanks for making this awesome tool! I had the same need today for an A-Frame project using a custom font. I ended up writing a quick Ruby one-liner to produce...

we are experiencing the same issue. not sure what changed, it seems like it just stopped working. still investigating.

FWIW I have this working on Heroku in Ruby 2.1 in a non-Rails Sidekiq project. (totally saved us a ton of memory so thank you @kzk!)