-
Hi,
I wonder if there is a way to expose the 'protection' of a worksheet and turn it on/off?
When setting values on a worksheet, it appears that if the worksheet is 'protected', then in that ca…
-
Currently, the files use 4 spaces to indicate one tab stop.
To avoid chaos, we should not allow tabs and spaces to mix. Tabs are a little easier to parse, but this is not a big deal. We could lea…
-
A few years ago I packaged zxing for OpenBSD. Back then, the C++ app was part of the official upstream source.
I would like to update the package (which hasn’t been updated since 2.0) to this version…
-
Forgive what is possibly an embarrassingly naive beginner's question (which is what I am: not a code geek at all, just an overambitious go player!)
I've successfully installed Leela Zero on Sabaki,…
-
We have talked about integration with social media but I think the fist stage should be enabling discoverability of users within the system.
We currently have a Contacts page that lists legal entities…
BBGuy updated
9 years ago
-
One of the areas that really makes me scream is that Software Companies and many Family Historians don't know (or at least perpetuated an incorrect perception of) the difference between a Source and a…
-
- Write about the usage of each abstraction in real products, e.g. CRDT's in Redis and Basho.
- Explain why we choose to distribute an algorithm instead of using a single machine, what are the benefi…
-
In https://github.com/Yoast/wordpress-seo/pull/10162, we've filtered out a lot of unwanted snippet variable suggestions for specific snippet editors on Search Appearance. However, we might be able to …
-
Hi, I am running the code for `gp_minimize.py` and in the following part of the code I get an error:
```
result = gp_minimize(
optimization_function,
dimensions=param_space,
…
-
I'm trying to set a precise font size, but 18 pt is slightly too small and 18.5 pt is slightly too big
I've noticed that setting the font size to 18.1 pt results the same as 18.5 pt. I'm not sure if …