Nick Nicholas

Results 16 issues of Nick Nicholas

If you remove an entry using hashtable_remove, you set its key = NULL. But if you then call hashtable_find_slot, and it linearly probes to the site of the deleted entry,...

This is a nice-to-have: There are different conventions with regard to the italicisation of single-character mathematical variables, as documented in http://milde.users.sourceforge.net/LUCR/Math/math-font-selection.xhtml#math-style. They are supported in TeX as configuration options, through...

Feature Request

Presumably as a result of https://github.com/asciidoctor/asciidoctor/issues/729, footnote cross-references fail to be resolved if they occur within Asciidoc-style table cells: each table cell appears to be treated as a new document,...

enhancement
compliance

Support of Microsoft EMF format: https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-emf/e4a35c41-e8e3-43f9-bc07-a18e99bb866d https://stackoverflow.com/questions/3391087/extracting-width-height-dimensions-from-emf-image-files

Beautify converts this: ``` xmlfooter =

Addresses issues #177 and #178. The file test.rb is the intended test file for this fix. Issues involve validating an offline CSV file with a CSVW schema.

Not really well documented. ``` Parsing and validating with a schema (of either kind): schema = Csvlint::Schema.load_from_json(uri) validator = Csvlint::Validator.new( "http://example.org/data.csv", nil, schema ) ``` assumes that a schema is...

i:enhancement
fn:Documentation
fn:Usability
fn:validation

In column.rb you have ``` def validate_header(header, strict) reset if strict || @titles valid_headers = @titles ? @titles.map{ |l,v| v if Column.languages_match(l, lang) }.flatten : [] unless valid_headers.include? header if...

problem:bug
fn:validation
st:requires-replication

``` validator = Csvlint::Validator.new( StringIO.new( csv ) , {}, csv_schema) ``` ends up calling ``` @schema.validate_header(header, @source, @validate) ``` But because @source, the initial argument of Csvlint::Validator.new, is a StringIO,...

problem:bug
fn:validation
st:requires-replication

crawler.py can be used to retrieve blogs from Quora, not just answers. But if it is, the constraint that the URL fetched needs to match `quora.com/answer/...` needs to be relaxed:...