Who wants to help? And with what? #30
Replies: 26 comments 26 replies
-
I wanna help, here's a snippet I have(for JS noobs) draw = function() {
background(220);
// Use color() function
let c = color('green');
// Use fill() function to fill color
fill(c);
// Draw a rectangle
rect(50, 50, 300, 200);
} |
Beta Was this translation helpful? Give feedback.
-
I don't know how to edit the snippets tho, help |
Beta Was this translation helpful? Give feedback.
-
Sorry but that's very specific and I frankly don't see many cases where this would be useful. If you can generalize this though that might be helpful! |
Beta Was this translation helpful? Give feedback.
-
wdym? |
Beta Was this translation helpful? Give feedback.
-
In bijou.js add a new property to the end of the _temp object with the function, like this: let _temp = {
//Some stuff here
yourFunction: (string) => {
console.log(string);
}
} Now you can use it like this: _$.yourFunction("Hello"); |
Beta Was this translation helpful? Give feedback.
-
Do you mean remove the values? |
Beta Was this translation helpful? Give feedback.
-
🤔 Not really, what are several use cases of this function? |
Beta Was this translation helpful? Give feedback.
-
Making animations or art in JS, like I do. |
Beta Was this translation helpful? Give feedback.
-
Also I barely know JS, I know a lot of HTML however. |
Beta Was this translation helpful? Give feedback.
-
So if you need me, know i'm bad at JS but I can improve the site if you want. |
Beta Was this translation helpful? Give feedback.
-
okay sir |
Beta Was this translation helpful? Give feedback.
-
Is there anything I could help with, like the website? |
Beta Was this translation helpful? Give feedback.
-
Haha, I really want to help with this. I have an account creation project (accreate), maybe you can implement it? |
Beta Was this translation helpful? Give feedback.
-
Want to help with functions altogether. I also have an npm account 👍 |
Beta Was this translation helpful? Give feedback.
-
I'm really good with HTML and page building, if anything requires Python code I know that too |
Beta Was this translation helpful? Give feedback.
-
I can help out in anyway |
Beta Was this translation helpful? Give feedback.
-
Is there anything specific that I can do to help?
…On Wed, Apr 14, 2021 at 9:15 AM retronbv ***@***.***> wrote:
Anybody can develop! Just send pr’s
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#30 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATNX7MF7RFGT6MDEAMMQCS3TIWPPHANCNFSM4WNEEUOA>
.
|
Beta Was this translation helpful? Give feedback.
-
but can you give me an assignment to do
…On Wed, Apr 14, 2021 at 9:22 AM retronbv ***@***.***> wrote:
read requests from issues or think up good ideas
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#30 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATNX7MAI7XUTUGFOOAAOMWTTIWQJHANCNFSM4WNEEUOA>
.
|
Beta Was this translation helpful? Give feedback.
-
BTW, can I join the org
…On Wed, Apr 14, 2021 at 9:25 AM retronbv ***@***.***> wrote:
#82 <#82>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#30 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATNX7MFN56ZGKMRUHTLHRM3TIWQWDANCNFSM4WNEEUOA>
.
|
Beta Was this translation helpful? Give feedback.
-
Is there anything that you think I should do specifically?
…On Wed, Apr 14, 2021 at 11:13 AM --Explosion-- ***@***.***> wrote:
Wait, don't do that, I'm gonna remove that function altogether, instead
just find new stuff to add!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#30 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATNX7MGNNR6JWFXUJUGHG4DTIW5MLANCNFSM4WNEEUOA>
.
|
Beta Was this translation helpful? Give feedback.
-
OK. Do I need to paste it into the console on a specific site? (sorry for making u explain too much)
Sent with [ProtonMail](https://protonmail.com) Secure Email.
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
…On Monday, May 24, 2021 7:54 PM, --Explosion-- ***@***.***> wrote:
Just copy paste the function into the console (without export) and test it out in a variety of cases and stuff there. Then to contribute to the actual library just put your function at the top of the file you need and use jsdoc docs to document it
—
You are receiving this because you commented.
Reply to this email directly, [view it on GitHub](#30 (reply in thread)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AT4QEOIX4BMZMARX4RXCGBTTPLYKTANCNFSM4WNEEUOA).
|
Beta Was this translation helpful? Give feedback.
-
So I paste it into the console on any site.
Sent with [ProtonMail](https://protonmail.com) Secure Email.
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
…On Tuesday, May 25, 2021 10:17 AM, retronbv ***@***.***> wrote:
You don't :)
—
You are receiving this because you commented.
Reply to this email directly, [view it on GitHub](#30 (reply in thread)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AT4QEOJMQMINNAT54B6YN6DTPO5PLANCNFSM4WNEEUOA).
|
Beta Was this translation helpful? Give feedback.
-
OK. Thanks for explaining this to me.
Sent with [ProtonMail](https://protonmail.com) Secure Email.
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
…On Tuesday, May 25, 2021 1:05 PM, retronbv ***@***.***> wrote:
Yes
—
You are receiving this because you commented.
Reply to this email directly, [view it on GitHub](#30 (reply in thread)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AT4QEOJ5E4YY3AFAL3TPF23TPPRFFANCNFSM4WNEEUOA).
|
Beta Was this translation helpful? Give feedback.
-
If any of you guys have any ideas for this project please comment! I'd like this project to continue expanding but I am at a loss for ideas! What else would make this better?
Beta Was this translation helpful? Give feedback.
All reactions