Tim Steinbach

Results 31 issues of Tim Steinbach

Add this to `.travis.yml` for a `SONATYPE_USERNAME` and `SONATYPE_PASSWORD` variable. ```diff +env: + global: + - secure: GAV6tv+fC5qP99uNDkhqnBoJLZZlQYziwQ5BO9IvG+izcjwCilE+QIY1Zqz//XY5ta1eNtx2fts6QzxcI/gHPddXM8kitFTxRh0iKe/iVl2tI42TQaSYUbDp7hUPLQpS+eHFmA9m56je6EPwYFbxXyDUfD56KIxUY3/syoobcMPWJoBhqWYsBAnCKFlWsjr35/+PHHZ9uYnQ57XUDtc5HdDSAjkngR1y4gTSAxZkfj91GH0TbW+DHJjmAv+vJGpIiJKM4X2qAge2Qcygq0zUmkkHYF7EpnnVeTLh9qF3d7b0KMgAuVDu1vC7SVugGHLk7HkM23oiDxIzlCldG1GWwrlLIKsUuyYNrx2a37ARDEdJX/zlM9pqHTYX150E7+ASA1A0bWKwSZ3pn8ZBI9Wr/Jz0tufz22DzjcsNbXG4O+ogQ8G/dkGck5vVSLtdkv24DJJEKwrs6rp/AfWV8gOOC6v9KXEalDWpNr4euiRr1MawmZEFbsYHalP2oF5rzyP3hZ+OTygqW+tKPc4/+2XpNbIq/scTaq8zBGznexmaF4aZczsz7Q+WWWlftzGLvTYIPgG00MAnPgVeKUR3nyIc43AjRty0VEN1fkMs4FtQd5e74soT7EoCYBZh6ZfRbPXcl9lQvHV8royJrKZ+evhQcSPxFQiN79GLtvTh0ayh+oU= + - secure: R6FalAIbVarh10Y96xUZB7mCM3zZWQsiSXKJAH/2y5sKHoKbRxtIgcD9wBmI9epPdoo0ug2agXPNYONCbGcKwO0wTb8yL7ZhHa15qFyRkkFXKWg8cB6Rutu0fTMhIm/+BWwDXK9ZgjwxtjRIULZbcTMk+BEepurT/gNrYcTyVzdTuQCTDY6A2XMxVmixvV/2cY5pz25I6eNSZKmFhT6k5TZDx0VRqUzjeuMMkRZqwScqO0lt3BpuIhzc7x+T8lik3zeGygd4hjrRdUnKFd1ULYEpJe/3LRj8rjqq/xswGnVg7t5y4L4vOmItVlnVz6J26OLnN0qK/B1YTeHo7+o5CvwJsPl6dfJOpKEwYrUJSaS9DoXLb0FT73y+lIallqPjkP+ObKraI23UZFt+UnzQ1XC0JvfY5WCoOnm+sUgefFAT4yeW2quTk4xK4aKd17HYb2JnrbYf1ZzNk2TztZPx4wZYEaANw08JhERBAixk6Kg44RUUu6pHZtJ6gzsIUquSmnYKEgWK/GZswBtWZ52Lli5fyX5U8fhAUofYqlpb049EjpKHgRIxR7TSpExXOYSsbSb6HzFProBLlxN01IQT4s+8xwcA/QrGm/3uc7kJ/HE41EujNs+MjT60v2p3VmoNbP29dHliXSEACOXA4UMymY4uOfzc3senR206/rm3jq8= ```

It seems that returning a stream into one of the resX variables breaks the REPL. The following breaks JavaREPL reliably: ``` java Object[] o1 = new Object[1]; o1[0] = "hello"...

I just checked out the repo and tried to run `nixpkgs-monitor --all`. I am getting this error and simply cannot figure out what is going on :) ``` error: while...

Since seed-0 is in its own `SEED_NODES`, it will connect to itself upon restart and start a new cluster. All nodes that restart subsequently will join this new cluster instead...

Is there any chance we could also provide a macro that generates all the `Service` junk? I'd love to just say `@zio.service final case class MyConfig(name: String)` and automatically get...

With sbt's optional dependencies, it is possible to write code against type classes that may or may not exist downstream. See https://blog.7mind.io/no-more-orphans.html It would be great to have common `HasCats`,...

The `no-titlebar` patch needs to be updated ``` building '/nix/store/2qhq68cz6jkjvrmi7adaj0rpqmnw01q5-emacs-osx-20211212.0.drv'... unpacking sources unpacking source archive /nix/store/8cnxmcw2344b0fx143lzigv33rq8sv3k-source source root is source patching sources applying patch /nix/store/2x80ycn4f0g72xj91zpjyyp6y91cs90d-no-titlebar.patch patching file src/nsterm.m Hunk #1...

Bringing this over from scalacenter/scalafix#865 I have a code snippet in one of my tests (which is why I am allowing Option#get) ```scala def databaseConfig(labels: NonEmptyString): DatabaseConfig = DatabaseConfig( NonEmptyString.from(postgresUrl).toOption.get,...

Similar to idea of the `PodsHealth` trait: If there was a trait `PodsMetrics` or similar, which requires a way to define a load factor (maybe define it to be `0.0

enhancement