Skip to content
#

devtool

Here are 68 public repositories matching this topic...

LukasGentele
LukasGentele commented Jan 13, 2020

Is your feature request related to a problem?
"DevSpace should use the current docker behavior for dockerignore:
Dockerfile + .dockerignore
Dockerfile + Dockerfile.dockerignore
Dockerfile.frontend + Dockerfile.frontend.dockerignore
"

Which solution do you suggest?
Delegating the dockerignore file search to Docker if possible, otherwise copying the behavior as best as possible

opvasger
opvasger commented Oct 9, 2019

As of 3.1.1, I've reverted attempts at storing messages more efficiently - 10 messages will simply be encoded as a list of 10 strings when written to cache.

I've attempted various data-structures, but my implementations have come with a cost to runtime that wasn't acceptable in practice.

I'm curious if there's a suitable solution to the problem - here's the runtime flow:

  1. **A message is

Improve this page

Add a description, image, and links to the devtool topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the devtool topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.