-
The paths in publish.js seem to be tailored towards Unix environments. When I run JSDoc with this template, I get this error:
```
js: Couldn't read source file "C:/.../JSDoc/file:/C:/.../JSDoc/templa…
qJake updated
12 years ago
-
Luck of documentation creates questions. Here is our transition pain, we cannot find answers:
1. We used to be able to cal this:1
this.editor('events.enableBlur');
What do we call now to enableBl…
-
This was found via Rust. Just compile this function *without optimizations* for x64 Windows:
```Rust
pub fn get_int(input: u32) -> Box {
let map = match A::B(input) {
A::B(file) => {…
-
Each entry in the line table FilenameSegments has a 'IsStatement' member. LLVM hardcodes this to 'false', while in MSVC they seem to basically be always 'true'. Changing the default, at the very least…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR46522](https://bugs.llvm.org/show_bug.cgi?id=46522) |
| Status | NEW |
| Importance | P enhancemen…
-
Created attachment 208362
proposed patch
little patch attached
Originally reported by Jonh Wendell at https://bugzilla.gnome.org/show_bug.cgi?id=670754
-
While reading the documentation I came across the codeViewKeepActiveButtons option when initializing the editor. I thought this option was meant to allow html insert (ie: bold, underline or image) whi…
-
Take a look at https://github.com/kbiakov/CodeView-android or similar project.
-
| | |
|--------------------|----|
| Bugzilla Link | [PR46361](https://bugs.llvm.org/show_bug.cgi?id=46361) |
| Status | NEW |
| Importance | P enhancemen…
-
we are using `libgsf` which compiled using `mingw` ([gcc porting for win](http://www.mingw.org/)).
I've compiled the library with debug symbols:
```
$ ./objdump -h libgsf-1-114.dll
libgsf-1-1…