Freyja

Results 11 issues of Freyja

I often use this plugin to compile LaTeX documents which contain often a lot of mathematical equations. Often, when these contain tall symbols, such as integrals or square roots, these...

bug

I'm trying to use **node-irc 0.5.2** to connect to an IRC server (running [**ircd.js 0.0.17**](https://github.com/alexyoung/ircd.js) with default configuration). This is the code I'm using: ```javascript import irc from 'irc'; const...

As documented in the Cargo reference [here][1], features that are not mutually exclusive should be additive. In other words, code that compiles with one set of features enabled should also...

I'm writing an application in which I start and stop the camera in the `QRCodeReaderView` every time a relevant QR code is scanned (while presenting information in an overlay). When...

I've configured Git to use SSH by default for all GitHub URLs, including HTTPS, which the command: ```console $ git config --global [email protected]:.insteadof https://github.com/ ``` which will replace the prefix...

bug

When I'm running the benchmarks, it stops at the second benchmark (box2d-wasm-throughput) with this exception in the console: ``` benchmark-worker.js:64 Uncaught Error: Uncaught Wasm.instantiateModule(): Result = expected version 0b 00...

As this is a fairly common shortcut for a lot of IDEs, I would like Devkit to use the same shortcut.

enhancement
teamapproved

I would like it to be possible to add plain text files which would not compile, for example for writing README or CHANGELOG files within the IDE.

enhancement
teamapproved

I would like to be able to use these operators in expressions: AND (`A & B`), OR (`A | B`), XOR (`A ^ B`), NOT (`~A`) and bitwise shifts (`A...

enhancement
teamapproved

As of now, the only way to do this is seems to be by manually renaming the files and editing the solution and project XML files, there should be a...

enhancement
teamapproved