Felipe Zavan
Felipe Zavan
My 2 cents: Umami does not track Users per se, only Sessions grouped by IP/UserAgent and Page Views grouped by Sessions, so there's not really a distinction between Unique Visitors...
I really prefer this over cocoon for its simplicity. And I need to get it from bower, so I forked and pushed it: https://github.com/zavan/jquery-nested_attributes http://bower.io/search/?q=jquery-nested_attributes I kept all of the...
Branch rebased and fixed CSS importing, if anyone wants to try it: `gem "mission_control-jobs", github: "zavan/mission_control-jobs", branch: "api-only"`
@InteNs can you tell me a bit more about your application? Rails version? Are you using API-only mode? Do you have propshaft or sprockets in your gemfile?
@InteNs merged (but untested), if you want to try it. @rosa @arikarim I think [this](https://github.com/rails/mission_control-jobs/issues/60#issuecomment-2276537845) is still a pending issue, not sure. I don't have enough free time right now...
Our website_event table is quite large and our DB server is not that powerful. When I attempted to run that migration (postgres), it locked up everything and failed every time....
Thank you for this! I'll do some experimentation and let you know if I find any issues.
> > I am using like this and getting same error > > ``` > > const { Pulse } = require('@pulsecron/pulse'); > > const pulse = new Pulse(); >...
Looks like the build failed due to a temporary network error.
I was able to make it work, I think you're only missing the plugin CSS import and you have a typo, the option is called `plugins`, not `plugin`. ```js import...