Decentropy
Decentropy
I am trying to use restx alongside a traditional flask route. However, I cannot get the default "/" route to work. Running code below... - http://localhost:5000/test shows swagger doc -...
This URL: https://chrome.google.com/webstore/detail/joule/aejmoogjdllanidlpfjmmmmimfaficio Gives 404 page: 404. That’s an error. The requested URL was not found on this server. That’s all we know.
Sorry - this isn't really a bug... maybe just a question. I can't figure out how to connect Joule to Umbrel. I grabbed from Umbrel the lndconnect REST url, which...
I've been using LnBits to authenticate with LnUrl-Auth, but it no longer works. I can replicate the issue at https://legend.lnbits.com/ (I'm using Umbrel app, and I noticed after upgrading to...
Alby works great detecting site logins o my PC with Chrome plugin... but I would like to login from other devices (e.g. Android), by scanning/pasting an LNURL-Auth in "Send". Is...
This query runs fine: `MATCH (a:role {name: "joe"})-[r]->(b:place) RETURN a, b` Trying to return 'r' relationships in results makes it incredibly slow... takes nearly 10 seconds to respond: `MATCH (a:role...
The issue is... JSONSchemaForm will not let me save data, if a field is empty. I'm using setIn from the form back to data collection. Clearing out a field, causes...
Both of these should return 'area 51' in Nevada... according to https://geohash.softeng.co/ and http://geohash.co/ t = gh.encode(37.17773438, -115.83984375, 4) > 'TbLc' t = gh.decode("9qte") > {'lon': 133.901367, 'w': 0.08789, 'lat':...
The Meetup alternative looks really cool... I think it'd be way more useful, if I could browse events nearby me in a map. This is very doable using the standard...
Can I call add_subscription after open_connections, or do I need to do it before like the README example? Another question... Should I expect to get all old note/events using RelayManager.message_pool.has_event?...