Results 62 issues of Gary Miguel

My use case is: 1. Someone leaves a bunch of comments. 1. I decide that I need to reconsider the approach or do some other things before continuing the review....

Write a long URL into a chat (longer than terminal width) to reproduce.

type-bug
component-ui

I expect to see my profile photo taken from `basics.image`, but it is not: Source: ```json { "basics": { "image": "https://media-exp1.licdn.com/dms/image/C5603AQHYBCIryEnWDQ/profile-displayphoto-shrink_800_800/0/1589651499542?e=1648080000&v=beta&t=0dpk7IJnhCTmWQSkYbjp_RRnZmIUZ0UjYl2eKR7uOtQ", ... ``` HTML output: ```html ``` Currently rendered at:...

Thanks for the theme. It looks nice! I'm trying to use this theme via [jekyll-remote-theme](https://github.com/benbalter/jekyll-remote-theme). Here's the relevant code from my _config.yaml: ```yaml remote_theme: redVi/voyager plugins: - jekyll-remote-theme ``` Here's...

It is desirable to make the behavior of ONNX ops fully determined by its input parameters as well as attributes. The Split op is one of the rare cases where...

operator

https://github.com/onnx/onnx/blob/main/docs/Operators.md#LayerNormalization mentions `stash_type`, but [the tests](https://github.com/onnx/onnx/blob/b2845aaa910b1005c92ac41288a16124903224cb/onnx/backend/test/case/node/layernormalization.py) don't. CC @wschin

operator

Now that [keras-onnx is no longer actively developed](https://github.com/onnx/keras-onnx/pull/736), it would be useful if the input TF version is too high to emit an error that directs users to tensorflow-onnx.

I am trying to build an external repo using `cmake` from [rules_foreign_cc](https://bazelbuild.github.io/rules_foreign_cc/0.7.1/cmake.html). That CMake build needs to have certain Python packages available to it. I'd like to install them using...

type: feature request

When running on MacOS, the sed commands fail with: ``` sed: illegal option -- - usage: sed script [-Ealnru] [-i extension] [file ...] ``` I believe this is because MacOS...

**Version (which release did you use?)** Custom build from here: https://github.com/TimUntersberger/nog/issues/264#issuecomment-817189433 But I'm pretty sure I've seen this with the latest master release (7b44db6) too. **Describe the bug** **To Reproduce**...

bug