-
Government of Canada
- Ontario
- https://ericsizer.com
- @irtaco
Block or Report
Block or report esizer
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
1
mkdir ./fixed
2for i in *.mp3;
3do name=`echo "$i" | cut -d'.' -f1`
4echo "$name"
5ffmpeg -i "$i" -acodec copy "./fixed/${name}.mp3"
-
1
for i in *.mp4;
2do name=`echo "$i" | cut -d'.' -f1`
3echo "$name"
4ffmpeg -i "$i" "${name}.mp3"
5done
2,149 contributions in the last year
Less
More
Contribution activity
September 2022
Created 146 commits in 1 repository
Created a pull request in GCTC-NTGC/gc-digital-talent that received 45 comments
Feature - 3661 - Application Snapshot
Resolves #3661
Summary
This triggers the profile snapshot laid out in #3707
What This Does
Adds a new event ApplicationSubmitted
that is dispatched…
+1,609
−1,031
•
45
comments
Opened 18 other pull requests in 1 repository
GCTC-NTGC/gc-digital-talent
18
merged
- Bug - 3969 - Fix login page cancel link
- a11y - 3832 - Fix Heading Levels
- Tooling - 4036 - Update Faker Unique
- Bug - Fix Search e2e
- Feature - 3976 - Location Field Required
- Debt - 3899 - Remove Pool Placeholders
- Feature - 3691 - Application status form
- Bug - 3944 - Fix Application Card Continue Link
- Debt - 2793 - Remove Profile Feature Flag
- Copy - 3905 - IAP Launch Copy
- Bug - 3864 - Add missing skill defs
- Feature - 3896 - Add real skills storybook
- Design - 3829 - Pool Advertisement Spacing
- Bug - 3704 - Improve Radio/Check Clickable Area
- Debt - 3870 - Single Select Classification
- Bug - 3711 - Improve active link detection
- Copy - 3828 - IAP copy fixes
- Feature - 3415 - My Applications Page
Reviewed 47 pull requests in 1 repository
GCTC-NTGC/gc-digital-talent
25 pull requests
- Add translation section about manual edits
- Chore - update storybook 6.5.9 -> 6.5.12
- fix Chromatic workflow
- Feature - 3691 - Application status form
- All candidates page
- Bug - Fix missing French translations
- View snapshot page
- sort by newest-oldest requests on admin
- Update instances of deprecated faker.unique to faker.helpers.unique
- Remove SkillFamiliesRadioList component
- Feature - 3661 - Application Snapshot
- Feature/3694 hydrogen related copy changes
- Backport v1.1.5 hotfixes to main
- Fix up work preferences copy (form and profile section)
- Feature - Remove request menu item
- use create application mutation
- Update straggler LoginIcon after @heroicon update
- Admin - Remove action links in Table component
- Bug - 3864 - Add missing skill defs
- Bump react-intl from 6.1.0 to 6.1.1 in /frontend
- Bump eslint-plugin-react from 7.31.7 to 7.31.8 in /frontend
- Bump jest-environment-jsdom from 29.0.2 to 29.0.3 in /frontend
- Feature - submit application page api
- Updates Hydrogen to beta.27 and fixes breaking issues
- Force eslint workflow to fail build when even one warning
- Some pull request reviews not shown.
Created an issue in GCTC-NTGC/gc-digital-talent that received 1 comment
Colour gap on search page
Summary
There appears to be a gap in the background colour on the /search
page. It is hard to see on some screens but it is just at the bottom of t…
1
comment
Opened 14 other issues in 1 repository
GCTC-NTGC/gc-digital-talent
6
closed
8
open
- Login Page Cancel Link Leads to 404
- Replace Reach UI with new primitives
- Implement PHP Formatting Tool
- My Applications Cards Continue Link Incorrect
- faker.unique() is deprecated
- Allow Production Like Skills in Storybook
- Form field must not have multiple label elements
- Ensures landmarks are unique
- Certain ARIA roles must contain particular children
- IDs used in ARIA and labels must be unique
- Heading levels should only increase by one
- Elements must have sufficient color contrast
- Links with the same name must have a similar purpose
- Design - Pool Advertisement Page