Muir Manders

Results 62 comments of Muir Manders

> can you confirm that invoking company manually without (without any prefix text) displays the available candidates in the order that the Go LS intended them? Yes, confirmed.

Looks like you have a typo in `WISPr-Bandwitdth-Max-Down` (should be `WISPr-Bandwidth-Max-Down`).

Can you show the code you are using to try to load the dictionary and use the attribute?

You need to show your code if you want help. The dictionary works fine for me: ```node var radius = require('radius'); radius.add_dictionary('wispr.dict'); var packet = radius.encode({ code: "Access-Request", secret: "obsidian...

> the -u option for sl clone does not seem to have any effect I'll send a change to fix that. > $ sl pull -B gh-pages -u Note that...

Closing via 9804c66bb8190a5ab4566c576db391ebe34c2d6b and e8f57d7902c800bec7ded3c567d9e370460df24e (please try it out!).

@jasonsbrooks Did you try `sl push heroku --to BRANCH` (assuming you named the remote "heroku")? The `[DEST]` positional argument can be the name of a "path".

I believe sqlite is a stopgap until we do a supported release of Mononoke with production database support. /cc @markbt

Thanks for reporting. We will get to this eventually when we upgrade Python internally, but it isn't a priority right now.

The `[DEST]` is a positional argument, so `sl push main --to `. `sl push --help -v` has one illustrative example "hg push --rev 05a82320d my-fork --to my-branch --force", but that...