LP

Results 21 issues of LP

The `get-events` endpoint only works if we have an event table. We want to at least ensure that it finds an empty event table if nothing else. Better would be...

bug

Develop a scoring algorithm for a planet's strong and weak days, along with a frontend app to graph it. Factors: - aspects to other bodies - dignity by sign, face,...

idea

Heavily CPU-bound. Use https://docs.python.org/3.4/library/multiprocessing.html

enhancement

This is a rare occurence, so it would be fun to generate a list of these events between JD 0 and some hundred years into the future, along with some...

idea

Term, face, triplicity etc.

enhancement

How can we easily compute aspects involving more than one body within certain orbs?

enhancement

``` darknode up --name dark2 --do --do-token XXX Initializing the backend... Initializing provider plugins... - Finding latest version of hashicorp/digitalocean... ╷ │ Error: Failed to query available provider packages │...

## Summary - Add Lua `manaShield` property (read/write) to Player usertype with proper network sync - Add new `level` module with `type()` function and dungeon type constants - Add `LeavingLevel`...

## Summary GCC 14+ treats `-Wincompatible-pointer-types` as an error by default. On Windows, `setsockopt()` expects `const char*` for the option value, and socket timeouts (`SO_RCVTIMEO`/`SO_SNDTIMEO`) use `DWORD` (milliseconds) instead of...