Chris

Results 83 comments of Chris

What is this code about if environment variables aren't read? https://github.com/borgbase/vorta/blob/b6a24debb78b953117a3f637db18942f370a4b85/src/vorta/borg/borg_job.py#L89-L96 > Currently not. Why do you need that? To avoid sharing secrets with Vorta. Simple as that.

Two approaches come to mind: 1. Leverage status codes per @Alireza-Farahani , though perhaps allow developer to whitelist which codes should trigger the GET requests associated with a given configured...

For a temporary solution, you could try adding a JS snippet like this to the fetched content (or whatever targeting code makes sense for you): `document.getElementsByTagName("input")[0].focus()`

@lungati I don't have a good answer for you off hand, but I think you would be better served by submitting an issue to zurb/foundation-sites

> Some other things I had in the back of my head I think this is a good idea. I could set a flag for sorting by categories (after implementing...

Hi @kball , I like the idea, though I think I'll need a little help getting started. For instance, it's not readily apparent to me how to adapt the code...

@kball I think #65 is what you were suggesting? It works, but it's not elegant. Are we wanting to move from callbacks to promises with something like bluebirdjs?

> You want to take a pass on that? Yes! __EDIT__ Also, going to try harder to keep PR's atomic.

@kball > Allow listing blocks by category Done.

Hello @pbonnell Are you using commit `df9bad2`? I just tried the following commands without error (in my test environment): ````bash foundation new -f apps ```` Are you still getting this...