FourierTransformer

Results 22 issues of FourierTransformer

### Version info **Milligram:** v1.2.4 and 1.3.0 Chrome 55 on Mac OS X and Firefox 51 on Mac OS X and Windows 10 ### Test case https://milligram.github.io/buttons.html ### Steps to...

improvement
Hacktoberfest

I was trying to replicate the app:include from the [lua workshop video](https://youtu.be/7hKPX_Je9Ew?t=10m9s), but couldn't get it working... ```lua local lapis = require("lapis") local app = lapis.Application() -- add my api...

I'm trying to use Teal to have the concept of units, and while I can create my own new types based off of a `number`, however I'm allowed to still...

semantics

I ran into this in the REPL while looking at #37 Gonna see if it affects actual scripts ```lua > ftcsv = require "ftcsv" > options = {loadFromString=true, ignoreQuotes=true} >...

Move the delimiter into the optional parameters. Related to #12

v2

More info about LSP: http://langserver.org/ lua-complete would then be able to target many editors at once without having to write additional plugins.

Write some busted unit tests for functionality!

@svermeulen, I finished up the rockspec file for `0.1.0` and cut a release on GitHub, so in theory we should be able to upload the rockspec to LuaRocks, and hopefully...

I think having unit tests (or coverage) for _at least_ the following would be good to start with: - [x] `Document:get_tree_sitter_token` - [ ] `Document:type_information_for_tokens` It could potentially be extended...

enhancement
good first issue

I saw a Lua language-server do this and thought it was a great idea! ```lua local thing = require(" -- scan and return values here ``` We an see if...

enhancement