-
- Library repo: https://github.com/mondeja/simple-icons-drawio
- Icons collection repo: https://github.com/simple-icons/simple-icons
-
Hi all,
I'm trying out STOMP as per the tutorial [here](http://ros-industrial.github.io/industrial_training/_source/session5/Introduction-to-STOMP.html), but havent figured out how to set orientation…
ghost updated
4 years ago
-
This contains discussion about the introduction of a PC in dotc.
Quote from @odersky (https://github.com/lampepfl/dotty/pull/1521#issuecomment-248040716)
> > The compiler could provide another API, …
-
**Describe the bug**
Tests for REST controllers fail when the size of the test data set exceeds the page request size in PageRequestVM when pagination is implemented.
The tests fail because they u…
-
I would like to request that Chapel support primitive wrappers, similar to Java. Java provided wrappers such as `Integer` that wrap an `int`, a `Float` that wraps `float`, etc. I believe that Chapel s…
-
I've been working on some tests for our AMIs + services using Serverspec and looking at Kitchen / BATS and others in conjunction with Packer. I'd think the results would have a place here? If so, is h…
-
SQL Fix
`/*SQL_SCRIPT SCARFACE*/
/*23.4.2022*/
npc_stormwind_infantry current script in SmartScript,creature texts already in db.
/*Text for Creature(Stormwind Infantry) Entry 49869*/
DELETE …
-
**Describe the bug**
We have a use case where we have one KSQL Table and we have a push query - which queries the table continously and creates/feeds another table from it
```
CREATE or replace tab…
-
git-annex's Setup.hs needs some of its dependencies to be installed, so I added this to its stack.yaml on a user's request:
```
explicit-setup-deps:
git-annex: true
```
But this made stack build f…
joeyh updated
8 years ago
-
I found a problem when working with Django-TastyPie, it doesn't store the objects in DB.
The json produced by tasty includes a meta with information and put the information
inside the objects tag (…