Jefferson González

Results 35 issues of Jefferson González

Implemented support for threading and channels by porting luasdl2 related code to lite-xl: * https://github.com/Tangent128/luasdl2/wiki/Sdl-category-thread * https://github.com/Tangent128/luasdl2/wiki/Sdl-category-channels Two new namespaces are exposed and two new objects briefly described below: ```lua...

Category: Build System
Category: Lua Core
Category: Plugins
Category: C Core
Category: Documentation

Instead of having a different branch with luajit support this PR adds a new build option `jit` which when set to true will build against luajit. Added official compatibility layer...

Category: Build System
Category: Resources
Category: Lua Core
Category: C Core
Category: Documentation

Ok, so this PR includes various changes regarding the build scripts and a new `release.yml` workflow in order to finally be able to hit the button and make a release...

Category: Build System
Category: CI

Before: ![2022-06-03_14:20:36](https://user-images.githubusercontent.com/1702572/171923469-99617e13-fdb1-4879-90e0-cf0bbf290287.png) After: ![2022-06-03_13:48:08](https://user-images.githubusercontent.com/1702572/171922979-7659d59f-dd89-47aa-b38e-e788b6e43f74.png)

Category: Plugins

On lower end computers or single board computers like the [one I'm using ](https://wiki.odroid.com/odroid-n2/odroid-n2) tokenizing a line usually takes from 0.0007 seconds to 0.004s etc... which is pretty fast, but...

Category: Lua Core
Category: Plugins

Currently the `core:find-file` behaves the same as `core:open-file` when a project has a huge amount of files, not sure if the directory monitoring changes are going to fix this but...

After doing a channel pop the list is rotated but the first element is never freed and ram usage continues growing. https://github.com/Tangent128/luasdl2/blob/master/src/channel.c#L156

Just writing to announce that I wrote a basic systray applet for mailnag in QT (https://github.com/jgmdev/mailnagtray/) because I couldn't find anything that worked on XFCE or Wayfire. Since it uses...

Hi, I discovered your project (cppsp) while browsing the techempower.com benchmarks. And I got curious. Your concept is pretty nice and straightforward and I see lots of potential on it...

I did the following improvements for those who still use this script to block minor attacks. - Moved configuration files to /etc/ddos/ - Whitelist hostnames, via /etc/ddos/ignore.host.list. - The script...