Rouneq

Results 6 issues of Rouneq

v3.4.2 Given the following function declaration/annotation: ``` ---Write output to the console ---@param severity loggingSeverity ---@param message number|string|table|nil A message to display to the console; can contain formatting directives for...

question

Currently, if I create a class definition such as ``` ---@class Setting ---@field __isInitialized boolean @Is the setting data properly initialized ---@field value number|boolean|string @Value for the setting ---@field description...

enhancement
LLS Annotations

Could really use a clean way to mark specific field and parameters as deprecated. Currently I'm adding @\*\*[DEPRECATED]\*\* to the start of the comments for the field/parameter, but this doesn't...

enhancement
feat/LuaCats Annotations

I see the issues (#439 and #441) regarding references to older versions of Newtonsoft.Json were resolved back on Sep 22. Please update the official Nuget ([TMDbLib 2.0.0](https://www.nuget.org/packages/TMDbLib)) to use these...

Environment: Feral Hosting seedbox HD space: At least a couple hundred GB free Following the instructions to install `pyrocore`. Below is what I'm seeing. ``` [server ~/private/rtorrent] /usr/bin/python --version Python...

Too much code to include here, I've uploaded as a LINQPad share https://share.linqpad.net/bfrmhwpe.linq Trying to get the code to identify a nick prior to joining a channel. Nothing I do...