Sean Sica

Results 20 issues of Sean Sica

Feature to track new GitHub Action to build and publish a Docker image to ghcr.io

### Is your feature request related to a problem? The tests take anywhere from 3-8 hours to complete. ### Describe the solution you'd like Reduce the amount of HTTP queries...

I am upgrading FlexSearch from v0.6.30 to the latest version, 0.7.31. I am testing `import` and `export` functionality in Node. I want to write FlexSearch data to IndexedDB via export,...

At present, the search index is generated client-side. There is no reason why it can't be generated server-side (by the GitHub Actions pipeline), and delivered to users in a file....

Per Mozilla, as of Jan 23, Bleach is deprecated: https://github.com/mozilla/bleach/issues/698#issue-1553425406 They will continue to provide security updates and bug fixes for approximately one year. We need to replace Bleach. [ammonia](https://github.com/rust-ammonia/ammonia)...

The current search solution for a website involves a FlexSearch Document that has two search indexes for page titles and content. This is used to index around 3704 objects on...

The main Pelican build process generates a file called `settings.js` which includes three vars: ``` var base_url = “/“; var build_uuid = “5144be18-993a-4aa4-bb2e-124dd2ce41b8”; var tour_steps = {‘matrix’: ‘matrices/enterprise’, ‘technique’: ‘techniques/T1548’,...

## Bug Description When you run the following code (as provided in our reference documentation [here](https://github.com/mitre-attack/mitreattack-python/blob/master/mitreattack/navlayers/README.md)): ``` from mitreattack.navlayers import Layer from mitreattack.navlayers import ToSvg, SVGConfig lay = Layer() lay.from_file("path/to/layer/file.json")...

bug

My build process successfully outputs webpack `.js` artifacts. However, when I deploy to AWS, only the original TypeScript files get uploaded, not the transpiled `.js` and `.map.js` files shown below....

question

Closes #427 # Solution We don't want object's to be editable if an object _is_ revoked and/or when an object _becomes_ revoked. Components that deal with rendering the editing toolbar...