-
this is the dockerfile:
```
FROM ubuntu:jammy-20220531 as kernel-build
ARG DEBIAN_FRONTEND=noninteractive
ENV TZ=Etc/UTC
RUN apt-get update && \
apt-get install -y \
bison \
…
-
Have we discussed the ability to describe grammars within the language? If so, link me to it and close this issue.
I haven't really thought out what I'm suggesting here, but I wonder if the ability…
-
Should include simple examples of how to use go-libsass in custom projects
-
Following the discussion [at LOR](https://www.linux.org.ru/news/opensource/13306290/), I'd like to propose the following improvement. Let's make "visualizer" more modular and separate two parts that a…
-
The IDL documentation supports the use of "map" that corresponds to C++'s std::map object with the following language
`typedef map M1;`
It appears that either TAO or OpenDDS (or both) don't supp…
-
Just a note to remind myself of this. A number of 'classes' are classes only in name; they are essentially C-style code put in a C++ class. This only applies to code I've written, not to stuff from …
-
## Intro
I think we probably all agree that it would be nice to have a proper BNF for the Nix language, and that ideally the "official" parser would be compiled from that BNF. Here's why:
- It could …
-
```
svetlana@thinkpenguin:~$ cd dev
svetlana@thinkpenguin:~/dev$ cd codecombat/
svetlana@thinkpenguin:~/dev/codecombat$ docker-co
docker-compose docker-containerd-ctr
docker-container…
-
Issue Type: Bug
For native macOS apps, if I have windows spread across multiple Mission Control Desktops, quitting and relaunching the app restores the windows to the appropriate desktop. VSCode doe…
-
Your software solves a longstanding issue in SymPy:
https://github.com/sympy/sympy/issues/5418
and is something that we'd really like to be included in SymPy.
Would you be interested in adding this…