Ian Eure

Results 43 issues of Ian Eure

- Remove unused jsoup `Node` import in core.clj. - Remove `try` form with no catch or finally clause from `hickory-to-hiccup`. - Fix first test of `or-test`, which had no asserts.

Hickory has multiple issues due to outdated dependencies, which render it unusable with current versions of Clojure, Java, etc. - The version of jsoup it depends on has CVEs (#62)....

**Describe the bug** I'm not able to connect to Slack. **To Reproduce** Steps to reproduce the behavior: 1. Extract the auth token and cookie as described. 2. Eval: ```emacs-lisp (slack-register-team...

bug

**Describe the bug** Logs contain `trace` level messages even though `slack-log-level` is set to `'info`. **To Reproduce** Steps to reproduce the behavior: 1. Eval `(setq slack-log-level 'info)` 2. Switch to...

bug

**Describe the bug** I see regular errors: error in process sentinel: Unbound slot: slack-group, "#", id, oref **To Reproduce** Steps to reproduce the behavior: I'm not sure. It happens intermittently...

bug

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Connect to Slack. 2. Run `slack-select-rooms`, and select some...

bug

**Describe the bug** When someone posts a long link, Slack removes some of the middle, replacing it with `[…]`. For the original link: https://markets.businessinsider.com/news/stocks/dailypay-expands-platform-announces-integration-offering-for-human-capital-management-and-payroll-industries-1030136284 Slack turns this into: https://markets.businessinsider.com/news/stocks/dailypay-expands-platform-announces-integr[…]an-capital-management-and-payroll-industries-1030136284 If...

bug

**Describe the bug** I'm getting notifications for every thread (and reply within it) for every room I'm in. **To Reproduce** Steps to reproduce the behavior: 1. `(setq slack-buffer-create-on-notify t)` 2....

bug

I ran this code in a SLIME REPL: ``` (require 'twitter) (twitter/show-user-by-name "ieure") ``` This printed the warning: ``` Aug 13, 2011 2:08:26 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies WARNING: Invalid cookie header:...

I have a schema broken into a few components, `common.json`, `input.json`, and `stored.json`; input and stored both reference types from common. I'm loading all the schemas in my package's `init()`:...