6,202 questions
0
votes
0
answers
13
views
Configuring Rombo for Tailwind in a Next.JS project
I'm new to Tailwind and Next.js. I want to configure Rombo for animations. The documentation for Rombo is simple:
// tailwind.config.js
export default {
theme: {
extend: {},
},
...
0
votes
0
answers
39
views
Angular budget for build
My angular.json file gets architect.build.options.budgets configuration:
[
{
"type": "initial",
"maximumWarning": "500kb",
...
1
vote
1
answer
31
views
Path aliases without @ in a Vite project
We moved our project to Vite from CRA. While using CRA we used path aliases set in tsconfig:
"baseUrl": "src",
"paths": {
"@*": ["src/*"]
...
0
votes
0
answers
17
views
Do Shopware 6 scss variables from the plugin config to be defined with a "sass"-Prefix?
I have some troubles with this part of the shopware 6 documentation:
https://developer.shopware.com/docs/guides/plugins/plugins/storefront/add-scss-variables.html
I did everything like explained and ...
0
votes
0
answers
63
views
Deploy SSRS ReportConfiguration.json
I'm trying to deploy a dataset with a reference to an existing data source, but some how code example down below is not working. It's still pointing to the data source that I had defined locally ...
-1
votes
1
answer
98
views
Java text files: How do I assign values per line to the corresponding variable?
I'm trying to make config files for a Java game I'm making, and I wanna make sure that upon loading a new level, I can get data from a text file that serves as the config file.
For example, the Level1....
0
votes
0
answers
41
views
Is there a way to standardise formatting in an APL Project?
I want to write a file like eslint.js file which has a standard like tab=4spaces etc.
The problem I am essentially having is that if someone uses the IDE or their own way of formatting, a lot of ...
-1
votes
3
answers
448
views
Regarding no tailwind config in nextjs project
In new version of nextjs with tailwind the tailwind css config file is not generating but i need to use the tailwind.config.js in my project for the setup of the next-themes.
Can anyone help?
I tried ...
0
votes
0
answers
41
views
Nix : how to link a file inside a package's nix-store directory?
I am attempting to configure the Tor daemon on nix-darwin. There is unfortunately no services.tor on this platform (yet ! maybe I'll port it from nixOS once I know enough Nix to do that)
I could ...
0
votes
2
answers
48
views
Getting clickhouse data replication error across 3 nodes . but my ddl commands are working fine?
Here's the properly formatted Stack Overflow post:
Title: ClickHouse Replication with ClickHouse Keeper - Queries Only Hitting One Replica
Body:
I have a ClickHouse setup using Docker with the ...
1
vote
0
answers
49
views
Custom Herd/Valet Drivers for Resolving URL Paths in Vanilla PHP Projects
I encountered an issue where paths couldn't be resolved properly in my vanilla PHP projects using Laravel Herd. The system would only recognize index.php files. For example, when accessing http://x....
0
votes
0
answers
153
views
Modify the Laravel Herd configuration to automatically resolve requests without the .php extension
I'm using vanilla php with no framework to host my application.
Issue:
URL: http://x.test/case-studies
This should point to case-studies.php file but doesnt and returns me the index.php file. When I ...
0
votes
1
answer
51
views
I am trying to setup my first GitHub page with a Jekyll template
I am very new to GitHub, and I am trying to set up my first portfolio page.
I wanted a nice and simple template, so I found the chirpy-starter theme by cotes2020 and forked it. However, I am having ...
0
votes
1
answer
29
views
Received error Salaros.Configuration.ConfigParserException: 'This key value pair is orphan, ....."
I'm trying to make a program the saves value to ini file. Already imported Salaros.configparser, declare path with string and try to save some value after some dropdowm value with yes and no.
I follow ...
0
votes
0
answers
18
views
Struts 6.3.0.2 - Interceptor only works in default package
I have created an Interceptor and defined it in the default package in my struts.xml. It is working fine in the the default package (extends="struts-default"). I using this action
<...