119 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
84
views
Tilt Port Forwarding to specific pod in Kubernetes Resource
We use Tilt to manage our local development Kube clusters. I've integrated the langfuse helm chart in the Tiltfile, which functions properly, however I'm having trouble forwarding a port to the web ...
1
vote
0
answers
28
views
How can I get rid of diagonal tilting of shifting plt.pcolormesh() when shifting row positions?
I am plotting a 2D heat map as part of my research in python using plt.colormesh() and I am able to get nice plots this way:
raw data plot
I want to get rid of the bowing (artifact of experimental set ...
0
votes
1
answer
57
views
Can't change React-tilt default options doesnt work
i'm designing a blog, and i want to use react-tilt for a premium and incredible experience, well, everything works, tilt works, effects works, but i want to change default options, like max tilt ...
1
vote
1
answer
259
views
How to make ERB or ERUBI escape HTML in the template without escaping the entire template - NOT RAILS
I'm using ERB or ERUB or Tilt here outside of Rails and I want to make my HTML templates work like rails where stuff is HTML escaped by default.
e.g.
<!-- file.html.erb -->
<h1>Hello <%=...
-1
votes
1
answer
236
views
Glitches in CSS when hovering over different divs and parts of the browser [closed]
Link to my codepen: [Codepen](https://codepen.io/sunylkwc-the-selector/pen/xxBPRGx?editors=1100)
When you hover different parts of the webpage the weird glitches occur on the transparent cards, such ...
-1
votes
2
answers
308
views
Tilt camera when player moves left and right unity
I tried to implement this effect, similar to this: https://www.reddit.com/r/Unity3D/comments/12kn33e/i_added_camera_tilt_based_on_the_movement_of_the/, using Lerp to smooth out the camera tilts, but ...
0
votes
1
answer
1k
views
When using tilt, how do I stop docker containers but not delete them?
I've begun using tilt for Docker development and love it! I have containers that take a long time to build though. When I'm done using them, I don't want to run tilt down (docs) because rebuilding ...
1
vote
4
answers
4k
views
I am getting the error in importing TILT from react. While working using Vite and react
The requested module '/node_modules/.vite/deps/react-tilt.js?t=1681239019006&v=59c21aef' does not provide an export named 'default
I tried reinstalling tilt again using npm still it didnt make any ...
2
votes
1
answer
489
views
Docker-in-docker inside GitHub Actions, can't access Container from within Container
I'm running my CI from within a docker container with docker installed. Inside that docker container, I'm running docker-compose with a postgres database. Even though the postgres database has fully ...
1
vote
2
answers
1k
views
Run a docker command within a container managed by tilt
In my node project, I would like to define a script in my package.json file like:
{
"scripts": {
"runTestsWithTilt": "<some command to run tests within a ...
2
votes
1
answer
5k
views
Trigonometry calculate tilt angle from accelerometer data
I have the following Figure and the equations:
Three Axis for measuring tilt
Equations for measuring tilt
The body on the Figures is a tri-axial accelerometer sensor, which measures accelaration in ...
4
votes
0
answers
576
views
Add custom label for Helm Templates
My helm Chart.yaml file looks like this
apiVersion: v2
appVersion: "0.0.1"
description: Helm chart
name: blabla
version: 0.0.1
dependencies:
- name: nfs-server-provisioner
repository: ...
0
votes
1
answer
183
views
Is there a way to rotate objects about a tilted axis in X3D?
I have wireframe cubes in an X3D file. I am trying to tilt the cubes at a 15 degree axis and rotate them continuously. However, when I try rotating the object, it returns to its original (untilted) ...
1
vote
0
answers
175
views
How to run rspec (or any other) tests in Kubernetes cluster
I changed my dev workflow to mainly develop in Kubernetes (with Tilt.dev). All dependencies are running, file changes are syncing etc..
Now I stuck in the rSpec test process:
How do you run your ...
1
vote
0
answers
612
views
Angular app in Tilt not live reloading with ng serve
I'm trying to develop an angular app using tilt on a local k3s cluster. When I make a change to a file in local, I see that the change is taken into account by tilt, and I can see the change ...