Raul

Results 17 issues of Raul

I had to do the manual installation as installing it through Package Control didn't created the files required inside `Packages/hipster` The only new files I can find are in `Installed...

Since version 41.0 I started to recieve an inverted output. Given: ``` FB::send('1'); FB::send('2'); FB::send('3'); ``` I get in console: 3 2 1

We are having intermittent errors in our tests. They seem with VisualMetrics not being able to process/generate videos, but I don't fully understand the source. If you need more information...

This PR brings better handling of headers by: - Allowing to get a specific header by its key. - Allow setting a single header. - Remove a specific header by...

Isn't upper and lower flipped in the render function? ``` pub fn render(ppu: &NesPPU, frame: &mut Frame) { let bank = ppu.ctrl.bknd_pattern_addr(); for i in 0..0x03c0 { // just for...

I've sent you an email but did not recieve any answer, so I write you here... After configuring dbv for my database I export to disk the schema. Now, I...

question

I find this happens after first new line is introduced, the blinking cursor is placed one character in front of where it places characters. This does not causes any error,...

Trying to build the project (v1.1.3) with gulp as the instructions say throws me this error: ``` Requiring external module babel-core/register /Volumes/xxxx/material-design-lite/node_modules/babel-core/lib/transformation/file/options/option-manager.js:126 if (!option) this.log.error("Unknown option: " + alias +...

bug
confirmed

### Xmake Version 2.8.3+20231029 ### Operating System Version and Architecture macOS Monterey 12.7.1 ### Describe Bug Plugin is not available for install for Clion Nova ### Expected Behavior I expect...

bug