Dave Pearson

Results 85 issues of Dave Pearson

When someone visits [http://rate.sx/](http://rate.sx/) in a bowser, it might be an idea to have the mention of `rate.sx/:help` at the bottom of the table be an actual link to [rate.sx/:help](http://rate.sx/:help).

Is it planned to provide backquote and unquote support? For example: ``` scheme > (define a 23) > `(this is the number ,a) (this is the number 23) ``` vs...

Now that strings have been added, what's the intended way of comparing them? I note that there's no 'string=?' and the like, there's no current support for eq?, eqv? or...

Less of an issue, more of a suggestion. Seeing the help text slowly grow, I'm wondering if it might be an idea to add emacs-a-like docstrings to the system. Not...

This is more of a question for clarification than a bug report or anything, but wanting to have a wee look at the library with a view to experimenting with...

## Type of changes - [ ] Bug fix - [X] New feature - [ ] Documentation / docstrings - [ ] Tests - [ ] Other ## Checklist -...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Having been made aware of this particular app this morning, I...

bug
question
scene:onboarding

If you start hyde from a buffer where `buffer-file-name` returns `nil` you get the following error: `abbreviate-file-name: Wrong type argument: stringp, nil` The problem seems to be [in `hyde/ask-for-jekyll-root`](https://github.com/nibrahim/Hyde/blob/a8cd6ed00ecd8d7de0ded2f4867015b412b15b76/hyde.el#L519). Perhaps...

In [`sample-dot-hyde.el`](https://github.com/nibrahim/Hyde/blob/master/sample-dot-hyde.el) the value of `hyde/git/remote`is set twice. First to set the remote and second to set the branch. As I read the code it looks like the branch setting...

As I understand it right now, if I create a class such as this: ```python class AppHeader( Widget ): ... ``` then in the CSS I can style it by...