Fueling Curiosity, One Insight at a Time
At Codemancers, we believe every day is an opportunity to grow. This section is where our team shares bite-sized discoveries, technical breakthroughs and fascinating nuggets of wisdom we've stumbled upon in our work.
Jan 5, 2023
Styled components
: const Content = styled.div
margin: 30px 10px;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
grid-gap: 2rem;
;lorem ipsum
will inherit all the styles passed in Content componentcc: @iffyuva
Ayush Srivastava
System Analyst
Jan 2, 2023
is this getting recorded now. Take 5
iffyuva
Jun 18, 2021
found in very hardway that typeorm has
timestamp
& timestamptz
as types. and this works differently.revath
Mar 22, 2021
even if you have configured a
The error is slightly miss leading as it says
gitlab-runner
for gitlab-ci
and the runner’s ssh keys or api keys are used to clone the repo into the runners environment, if the build is triggered by a person who is not the member of the project you will get below error.
fatal: remote origin already exists.
Clean repository
remote: You are not allowed to download code from this project.
fatal: unable to access 'https://gitlab-ci-token:[MASKED]@example.gitlab.com/project.git/': The requested URL returned error: 403
ERROR: Job failed: exit code 1
The error is slightly miss leading as it says
gitlab-ci-token
in it, but it is occurred due to the triggering entity not being member of the project. Even if the person who triggered the project has owner access in Gitlab and is not a member of the project, you will still see this error.ananth
Oct 29, 2020
We can access iex console on compiled elixir app using
remote_console
utility command. https://alchemist.camp/episodes/remote-console-iexakshay
Aug 19, 2020
git log has grep.
git log --grep=“something something”
also can do some cut head etc to read the whole commit(which generally is the goal) at once
$git log --grep=“something something” | head -1 | cut -d” ” -f2 | xargs -I{} git show {}
git log --grep=“something something”
also can do some cut head etc to read the whole commit(which generally is the goal) at once
$git log --grep=“something something” | head -1 | cut -d” ” -f2 | xargs -I{} git show {}
goromlagche
Jul 2, 2020
Postgres will look up an index only if it is worthwhile to look up an index. It will simply use regular row fetching otherwise. https://thoughtbot.com/blog/why-postgres-wont-always-use-an-index
george
Jul 2, 2020
Postgres will look up an index only if it is worthwhile to look up an index. It will simply use regular row fetching otherwise. https://thoughtbot.com/blog/why-postgres-wont-always-use-an-index
george
Jun 3, 2020
to debug statsd servers, this is a helpful command,
echo "your.statsd.counter:1|c" | nc -u -w 1 your.statsd.host.com 8125
goromlagche
Showing 45 to 47 of 77 results
Ready to Build Something Amazing?
Codemancers can bring your vision to life and help you achieve your goals
- Address
2nd Floor, Zee Plaza,
No. 1678, 27th Main Rd,
Sector 2, HSR Layout,
Bengaluru, Karnataka 560102 - Contact
hello@codemancers.com
+91-9731601276