Halopend

Results 17 comments of Halopend

Note: I should add part of my issue is exacerbated by the fact that it seems like the display of results is very much broken in Kaggle... but even then...

I assume there is some internal restful api calls which work off of the slugs. I actually quite like the simplicity of it as it enforces a certain level of...

Not a terrible idea as it certainly happened to me more than once. That said, the scarier part is if you make changes in one tab and then switch back...

So my trick for the 404 page has been to use notation like this {{‘Whoops! This page does seem to exist’|trans}} To allow the xlf translation engine to be used...

I'm hoping to dig in at some point at look at the stack since there's clear bottlenecks in the way it's processing information. It freezes for me as well. It...

With a sample form: ```yaml notification: enabled: true subject: 'Brewery Quote- {name}' subject_prefix: '[Palladium Form]' replyto_name: '{NAME}' # Email addresses and names can be either the replyto_email: '{EMAIL}' # name...

Oh, and I added more info on exceptions since individual forms (when in separate files) weren't reporting errors. I think the line count gets thrown off in the error dialog...

@nestordedios Fair point. Looks like I need a better handling on when it isn't in place (which I didn't test deeply since I'm using it). I do agree putting it...

@nestordedios I changed it to just use the default config file now (bolt has enough config files tbh) with some error handing thrown in if it doesn't exist. I will...

@nestordedios Seems I I wasn't clear as to the intention. > I don't understand exactly what you have implemented but it seems to me that Bolt already supports [YAML anchors...