Samuel Marks

Results 251 issues of Samuel Marks

Thought you may be interested: https://github.com/goreleaser/goreleaser https://goreleaser.com Personally, I'd be interested in a Rust based approach to build from a TOML config, rather than having any integration with `cargo`. Similar...

If you merge this, next I'll work on more OS support. I'm a bit obsessed with interoperability… (contribution given under CC0/Unlicense)

Related: https://github.com/jvilk/BrowserFS/issues/200 https://github.com/jvilk/BrowserFS/issues/233 Using a package that recommends BrowserFS, so I run `npm i -S browserfs; npm i -D @types/browserfs`. Then I `import` it like so: ``` import * as...

bug
enhancement

**Describe the pull request** https://github.com/benhoyt/inih/releases 56 > Two updates: > > https://github.com/benhoyt/inih/pull/137 > https://github.com/benhoyt/inih/pull/140 55 > Added "version" to meson.build config: https://github.com/benhoyt/inih/pull/135 (but bumped up to 55 in a subsequent...

category:port-update
requires:author-response

Followed your setup guide, but got this: ``` ERROR in ./node_modules/ng2-smart-table/components/cell/cell.module.js Module not found: Error: Can't resolve 'ng2-completer' in '/node_modules/ng2-smart-table/components/cell' ERROR in ./node_modules/ng2-smart-table/components/cell/cell-editors/completer-editor.component.js Module not found: Error: Can't resolve 'ng2-completer'...

WiP: 74% of goaccess builds successfully. I think just the `BUILT_SOURCES` from your [Makefile.am](https://github.com/allinurl/goaccess/blob/f7b1e3c/Makefile.am) is left TODO.

For the database layer, I am currently weighing up [ODB](https://www.codesynthesis.com/products/odb), [Oat++](https://oatpp.io), [SOCI](http://soci.sourceforge.net), [cppdb](http://cppcms.com/sql/cppdb), and [sqlpp11](https://github.com/rbock/sqlpp11) [if sqlpp adds support for `CREATE TABLE`]. You here at [drogon](https://github.com/an-tao/drogon) seem to have your...

good first issue
documentation