Rikki Prince

Results 9 comments of Rikki Prince

@NoelAbrahams Presumably an attacker would just make calls from within the console while breakpointing into code on your website? What on the Application Insights server-side could be done to ensure...

> A black compatible workaround > > ```python > # fmt: off > query = ( # nosec > f""" > SELECT something, > WHERE foobar = {bar} > """...

@alimgafar Are you saying that `meteor-hero` needs a credit card on file with Heroku, _even if_ a MONGO_URL is supplied? I'm running: `meteor-hero -e MONGO_URL="mongodb://etc...` And it is failing because...

Ok, yep, I understand all of that. But I don't understand why meteor-hero is still trying to create the MongoDB sandbox add-on when I supply `-e MONGO_URL="..."` in the command...

I take it this hasn't been fixed? I bumped into the "django.db.utils.IntegrityError: UNIQUE constraint failed" error today. Would you accept a pull request for a note in the README about...

I'm having the same problem. From https://github.com/vbabiy/django-pipeline-compass/blob/master/pipeline_compass/compiler.py it looks like it calls the Python Sass compiler (`import sass` and `scss.Scss(scss_opts={'compress': False,'debug_info': settings.DEBUG,}).compile(None, content)`), after adding the compass directory (included in...

That's fine! Thanks for offering support :-D

I'm not sure if this is related, but I'm getting: > Invalid data. Expected a dictionary, but got OrderedRows. when I try to post CSV data at my create view....

Being able to render the text _inside_ the node would also be awesome!