Mariano Ruiz

Results 66 comments of Mariano Ruiz

Hi @rofrol , sorry the validations performed in the DB name don't allow you to use Mongotail, I didn't know that non alphanumerical except for some extra chars were allowed...

(Note for the fix, here are the name restriccions: https://docs.mongodb.com/manual/reference/limits/#naming-restrictions).

@kevinburke You are right. It would be a good improvements, and the last behavior is a bug actually. I'll try to implement the changes, but it will not be soon....

@errorx666 did you solve the issue? Did you activate first the profiler with the `-l` option? Mongotail has the same syntax to connect to a database that the command `mongo`...

@errorx666 , Lets say you try to connect with your database with: ``` $ mongotail hostname/mydb -l 2 $ mongotail hostname/mydb -f ``` Can you try in the same machine...

@harelba I having a similar issue, a columns with code numbers, some of the numbers start with leading '0', but when i make a query, the command detect that the...

Thanks @bitti , it worked!

I cannot wait until this is published, for a project that it's in bootstrapping phase in a professional environment it's hard to explain to your architect leader or just your...

This is the PR that solves the issue https://github.com/Availity/availity-reactstrap-validation/pull/159 , but because it can take a while the patch to be merged, you can just use my forked version: https://www.npmjs.com/package/availity-reactstrap-validation-safe

I didn't stress enough that the main change was adding support to Django 4.0 that was broken (although the easiest part) , so I changed the title of the PR...