Deastrom

Results 10 comments of Deastrom

I'd like to pump this a bit. Reporting on Cases is one of the most important steps in incident response. Is there something in the works for this?

I ended up using apt-get On Tue, Sep 5, 2017, 8:42 PM npratley wrote: > Hi, did you get this working? Did you modify docker-compose.yml at all? > > I...

I did get it working using that exact command. You'll also need at least 2 gb ram to your docker for Windows vm (if that's what you're using). The hardest...

version: "3" services: elasticsearch: image: docker.elastic.co/elasticsearch/elasticsearch:5.5.2 environment: - http.host=0.0.0.0 - transport.host=0.0.0.0 - xpack.security.enabled=false - cluster.name=hive - script.inline=true - thread_pool.index.queue_size=100000 - thread_pool.search.queue_size=100000 - thread_pool.bulk.queue_size=100000 volumes: - ./elasticsearch/data:/usr/share/elasticsearch/data cortex: image: certbdf/cortex:latest ports:...

I would also like to see this, but for my repos I decided to use the mermaid-cli and run some transformations instead. ```sh mkdir -p confluence-build find . -type f...

> @Deastrom I've ended up with in place markdown overwrite: > ```bash > find . -type f -iname "*.md" -exec mmdc -i {} -o {} \; > ``` I was...

Yeah, the crux of the problem is video/karaoke quality. I suppose I'd be really happy with a "priority channels" list or something like that. But I know that'd make the...

> I and a few others have considered it. I'll work on it in a separate branch. Not sure how I'd go about it though. Might need to use a...

There are a couple different types of queries, the ones i'm specifically looking for are the Advanced Queries https://docs.logseq.com/#/page/queries the Markdown file simply captures the definition of the query relying...

I discovered LRCLIB while researching solutions for my home karaoke setup (mainly for house parties!). This project is fantastic—I can see it being really valuable to hobbyists and developers like...