dalan

Results 44 comments of dalan

I wonder the same question :)

Was going to add this issue myself, making things more complicated, some captive portals require requests to domains that are sometimes blocked by pihole's blocklists. E.g. I know of one...

I'm wondering the same thing? Shouldn't they be run automatically before app launch if in debug mode?

No `.tsconfig` just: ``` ❯ cat .vscode/settings.json { "deno.enable": true }% ``` And agreed, I read through all the octokit.js docs, but then it's also failing at runtime.

@nihaals have you seen the `*-stubs` pattern used elsewhere?

Sure thing, here's what I got ssid and pw have been changed :smile: Commented out is an example of what `wifi` creates (as you well know) but uncommented I have...

Right now I just want the Raspberry Pi to connect and reconnect to a WiFi network automatically. Using the `wifi autoconnect` command is helpful but it requires someone to be...

@rockymeza have you looked into [ifupdown](http://pureperl.blogspot.com/2013/01/the-debian-ifupdown-package-and.html)? I think this might be something we could aim towards. Or perhaps for the autoconnection part of `wifi`, perhaps you should encourage people to...

I think you'll have to begin by designating that a table is going to be used for storing users (and/or?) presences. I'm kind of partial to [Slack's presence API](https://api.slack.com/methods/users.getPresence) ```...

Hey @marcus7777 @sylvainlap, when we release our Plugins (#588) implementation, this will issue will be easy to fix and also very customizable to your needs. Hold on tight.