Gark Garcia

Results 18 issues of Gark Garcia

Hey, I'm trying to match Haskell line comments, which start with `--`, but I'm getting the following error: ``` $ comby "-- " "--- " ./file Error parsing command line....

I'm trying to create a function which takes a `&Vec` and saves them as a single `.ico` file in a given `path: &String`. Here's what I've got so far: ```rust...

kind: question
topic: formats

This is a follow up to https://github.com/orgs/mathics/teams/maintainers/discussions/20/comments/32. This PR makes it so that named characters are only replaced selectively (inside of strings or symbols). This makes calling `replace_wl_with_plain_text` from the...

enhancement

After finishing the work at https://github.com/mathics/Mathics/pull/1077 and https://github.com/Mathics3/mathicsscript/pull/9 I did a little test in mathicsscript: ``` Mathicscript: 1.1.2, Mathics 2.0.0dev on CPython 3.6.9 (default, Oct 8 2020, 12:12:24) using SymPy...

bug

@rocky @mmatera and I have been discussing the possibility of using RsT for inline documentation instead of DocBook for a while. There are a couple of advantages with this. First...

enhancement
docs
meta

The solutions for the following differential equation can't be easily expressed as explicit functions: ![img-e18884b07ac6daf7](https://user-images.githubusercontent.com/37553739/95397766-6d9f9600-08da-11eb-9490-f0a71d564edf.png) The solutions to this equation are given [implicitly](https://en.wikipedia.org/wiki/Implicit_function) by the equation: ![img-d7b2801affbe08d3](https://user-images.githubusercontent.com/37553739/95397862-b0fa0480-08da-11eb-86c7-b8dfebd98ff2.png) So, here's the...

bug
upstream

A picture is worth a thousand words: ![Screenshot from 2020-09-21 21-35-20](https://user-images.githubusercontent.com/37553739/93834500-7f363c00-fc52-11ea-91f0-10ce01392c51.png) The output is perfectly fine, but I think we should try formatting it in a more elegant way. For...

enhancement

I believe the `viewBox : Int -> Int -> Int -> Int -> Attribute msg` type signature would be more intutive than `viewBox : String -> Attribute msg`. `Html.Attributes` has...

Apparently, the string _o-_ gets rendered as a dot and a line. This is all well and good in most cases, since this characters sequence tends to represent, well, a...

I'm trying to render the following diagram: ``` +-----------------------+ |UBS-A | |-----------------------+ | +-------------------+ | | |Crianças | | | |----------+--------| | | |Masculino |10 anos | | | |----------+--------|...