Edward J. Schwartz

Results 53 issues of Edward J. Schwartz

It seems like any code containing C++ exceptions will cause a compilation error. ``` class MyException { public: MyException() { } ~MyException() { } }; void my_throwing_function(bool throwit) { if...

It seems that bass is incompatible with virtualenv. The problem is that virtualenv changes the python binary in such a way that `python3 -sS` can no longer find the installed...

**Describe the bug** The decompiler creates High P-code with scalars that do not fit into [ghidra.program.model.scalar](https://ghidra.re/ghidra_docs/api/ghidra/program/model/scalar/package-summary.html). **To Reproduce** 1. Open DataLibrary.dll from [here](https://github.com/CERTCC/kaiju/files/9213815/DataLibrary.zip) 2. Navigate to address 0x100d33a4 3. On...

Status: Triage

This project is using `gatsby-plugin-styled-jsx-postcss` which is known to cause lockups in some versions of nodejs and gatsbyjs. For more information please see this issue: https://github.com/gatsbyjs/gatsby/issues/21885 My website is based...

I receive the following error when visiting most pages: `--- !ruby/exception:Errno::EACCES message: Permission denied @ dir_s_mkdir - /home/app/webapp/tmp/cache/206`

Priority: Low
Type: Bug

``` docker image build -t bang . Sending build context to Docker daemon 2.027MB Step 1/16 : FROM kaitai as builder pull access denied for kaitai, repository does not exist...

When used in gatsbyjs, certain versions can cause freezes. It's not 100% clear this is a problem with this plugin, but seems like it could be. Instructions for reproduction and...