-
hi, where i use this code in my project?? how i use?? please !!!
MFV96 updated
7 years ago
-
* [ ] This is a bug report
* [x] This is a feature request
* [ ] I searched existing issues before opening this one
### Wished behavior
I would love to have the possibility, to expand …
-
## Week 1
- [x] Go fundamentals
- [ ] Typescript fundamentals
- [x] coreutils: `echo, env, cat, wc, head, tail, yes, true, false, tree` (use gobyexample to speed up things)
- [x] Testing fu…
-
Hello,
When building Clojure apps a lot of artifacts get downloaded.
These can be cached between re-runs for people where this makes sense.
This should improve image build speed - esp in CI se…
-
The Netlify build is currently using version 2 of Composer, however not all plugins are yet Composer 2 compatible so it would be great if there was a way to specify the version of Composer (or at leas…
-
**The problem you're addressing (if any)**
There are many platforms on which we can flash coreboot internaly. Unfortunately, this requires some (sometimes quite a lot of) knowledge to properly co…
-
Some ideas for replicate designs to support, not already supported by the 'survey' package.
- Successive Differences Replication (SDR)
- Bootstraps
- Rescaled: Beaumont/Emond Extension of Rao-W…
-
Building a Go app with gocv/opencv:4.9.0-static docker image fails.
## Description
I'm trying to build a static go binary using ` gocv/opencv:4.9.0-static` as base. Unfortunately the go build com…
-
Can anyone advise how to get analog audio from a Rpi (using a USB soundcard) output to a cast speaker? I've been trying to use mkchromecast (which uses pychromecast) to do this and I'm failing. My a…
-
I have a Dockerfile that does a multistage build where the build stage looks like:
```
#
# Build stage
#
FROM maven:3.9.1-eclipse-temurin-17 AS build
WORKDIR /app
COPY src ./src
COPY pom.xml…