-
- [ ] Make a method that produces a list of installed plugins and asks the user to pick one and returns the picked plugin. Can make this from code in the plugin remover.
- [ ] Integrate the above int…
-
**Reported by martin on 4 Nov 2013 11:45 UTC**
From http://code.google.com/p/sgvizler/issues/detail?id=11 [[BR]] The charts OrgChart and TreeMap can be difficult to use when different properties are u…
-
Build with Boost 1.85.0 fails and outputs errors like:
```
In file included from /tmp/collada-dom-20240425-5735-4akd4c/collada-dom-2.5.0/dom/src/1.5/dom/domAnimation.cpp:1:
/tmp/collada-dom-2024042…
-
Right now, the update and query functions for the lazy segtree (and probably some of the other data structures) look like:
```cpp
void update(int _i, int _j, int v, int p, int i, int j);
int quer…
-
Add features similar to those listed at http://benkiel.com/typeDesign/
-
Currently you must loop through lists (which is very slow to create in Python) of all users and all channels to find out basic information like a single users account. Perl already has these ([userinf…
-
We have implemented a lot of logic around token counting for ChatCompletion requests, and it feels like the logic should go in a separate package. I'm wondering if tiktoken would be an appropriate spo…
-
Sunny currently returns all intensities in Fourier space (momentum $\mathbf{q}$ and energy $\omega$). There should be convenience functions get Fourier transformed intensities in real-space $\mathbf{r…
-
Consider adding conversion functions to primitive integer types.
Possible signatures (`` is i8, i16, i32, i64, i128, u8, u16,u32, u64, u128):
- `BigFloat::try_to_(&self, RoundingMode) -> Result`: r…
-
We would like to pipeline requests to xenstore to avoid excess ping/pong RPCs. At the moment the interface is monadic and essentially serial:
```
write foo bar
>>= fun () ->
write foo' bar'
>>= fun (…
djs55 updated
8 years ago