Loreto Parisi

Results 218 issues of Loreto Parisi

I got a `EXC_BAD_ACCESS` occasionally on line 958: ``` objective-c - (void)dealloc { if(JK_EXPECT_T(entry != NULL)) { NSUInteger atEntry = 0UL; for(atEntry = 0UL; atEntry < capacity; atEntry++) { //...

Crashing
May Close Without Additional Info
May Be Bug or Possibly User Error

My labels are text with a generic size. In some cases labels overlaps like in the following My configuration was ```javascript var pie = new d3pie(id, { "header": { /*"title":...

I get this error while compiling `/Frameless/Frameless/AppDelegate.swift:83:55: Type of expression is ambiguous without more context` on ``` macbookproloreto:$ xcodebuild -version Xcode 7.3.1 Build version 7D1014 $ sw_vers ProductName: Mac OS...

MacBook-Pro-di-Loreto:Demo admin$ pod install [in /Volumes/MacHDD2/Downloads/MGSwipeTabBarController-master/Demo] Analyzing dependencies /Library/Ruby/Gems/2.0.0/gems/cocoapods-0.29.0/lib/cocoapods/executable.rb:55: warning: Insecure world writable dir /opt/webOS_SDK/Resources in PATH, mode 040777 [!] Pod::Executable pull error: Your local changes to the following files...

Thank you for this amazing piece of software! I have noticed that plugins load on the main thread, so a heavy cpu bound plugin like the `spectrogram` here: ```javascript WaveSurfer.spectrogram.create({...

enhancement
plugins

# Hey, thank you for testing and contributing to wavesurfer.js! ## Please make sure you can check all of these points below before opening an issue: (You don't have to...

plugins

## Checklist - [X] I've searched the project's [`issues`](https://github.com/TezRomacH/layer-to-layer-pytorch/issues?q=is%3Aissue). ## ❓ Question Is it possible to provide an example of training GPT-2 with L2L? ## 📎 Additional context I'm currently...

question

Since macOS 10.12 Sierra upgrade, my docker privoxy seems to listen on the specified port ``` docker run -d -p 8118:8118 -p 9050:9050 rdsubhas/tor-privoxy-alpine ``` it is up and running...

When moving to Pod Developement through Podfile as explained here https://github.com/jgh-/VideoCore/pull/128 ``` #pod 'VideoCore', '~>0.1.12' pod 'VideoCore', path: '../..' ``` with libraries: ``` Installing VideoCore 0.3.1 (was 0.1.12) Using boost...

I'm working on a nodejs porting. So far I have wrote the `node-gyp` basic structure, and now I'm going to write the wrapper, but as as I import ```c++ #include...