-
```
Hi, I like your plugin very much. But va you make it easyer to start a new
conversation? Now you allways have to right-click, "Talk to a...".
I think it would be faster if you only have to doubl…
-
New to scripting, I need a crash course in learning how to develop an understanding of how from start to finish i am supposed to start this command i have followed the steps and i am stuck at the poin…
-
Writing a full blown TIER list for a simple comparison is often a bit tedious, especially due to the 100% accurate terminator needed all over the place.
Should we introduce an alternate, shorter form…
haasn updated
12 years ago
-
Making a `TextField` to be wysiwig editable is quite unpleasant and unflexible with django-wysiwig. Especially making new admin templates. I would suggest something like:
```
class MassCommunicationA…
-
Implement comfort functions that allow to log to console or file. E.g. ``log_to_console(level=logging.DEBUG)``. Also use in the diverse loggers ``__name__`` in logging.getLogger() to improve tracking …
-
In reference to https://github.com/emsesp/EMS-ESP32/discussions/1678#discussioncomment-9236392 and https://github.com/emsesp/EMS-ESP32/discussions/1600
-
```js
var canvas = document.getElementById("vuMeter");
var ctx = canvas.getContext("2d");
// Set the dimensions of the canvas
canvas.width = 200;
canvas.height = 100;
// …
-
Some things we could do:
- make it possible to revert to the default layout, without losing other persistent data
- add a few example layouts to a new openMSX installation that can be used as a base…
-
translucency - I *think* can trace from near to far, applying over alpha blend operation each time
-
Making wells should be dead simple, I think.
Some things that should be possible:
```r
# Create a row of wells
well(1:10, 1)
# Create a column of wells
well(1, 1:10)
# Create a matrix o…