I have already done a lot of "filtering" with regexp to remove unwanted characters from a string, this is what i am using: var regexpHashtag = new RegExp(/(?:^|
i am trying to fetch some data from an api using getStaticProps with next js. It returns the error undefinedcannot be serialized as JSON. Please usenull` or omi
I want to generate a yaml file using a struct's yaml tags, but I want to ignore the omitempty tags. So I figured I should go over the struct recursively with re
My dataset does not have labels in order like 1,2,3,4,5. It has labels like 1,23,43,67 etc. When I am making a label map, do I need to somehow map my labels to
i have read this in the docs Firstore docs .. it says about (field namse) , but i am not sure if it also with their values too . does it problem if i write '/'
Is it possible to customise say the colour of the button on the snipcart checkout? Or the font family? I looked at some tutorials but they seem to be for an old
I am trying to update the code in my lambda function using the aws-sdk package for node.js. So I wrote the following script to run for deploying the code var A
I'm just learning JavaScript and I'm trying to do the following. Let's say I have the following function: f(a,b) {return(a+b)} And now I have a list of for exa
When I run pip freeze > requirements.txt it seems to include all installed packages. This appears to be the documented behavior. I have, however, done somet