ruohki
ruohki
Explore posts from servers
WWindmill
Created by ruohki on 7/25/2024 in #help
Install modules and packages offline
Hey, ive been wondering what the easiest workflow is to host python and bun scripts in an offline environment.
1 replies
WWindmill
Created by ruohki on 7/14/2024 in #help
Is it possible to hide flow related items from the approval page?
Iam dealing with alot of ... "easy-minded" folks that might get overwhelmed by all the extra infos on the approval page? Is it possible to customize the apearance to give as little as technical info as possible?
5 replies
SSolidJS
Created by ruohki on 1/21/2024 in #support
Accessing props
Given a component liks this:
function Test(props) {
return <div>{props.Test}</div>
}
function Test(props) {
return <div>{props.Test}</div>
}
And later in a functionbody defining this let a = <Test Test="Test" /> Is there some way to access the Test prop on a
8 replies