I hereby claim:
- I am nrobinaubertin on github.
- I am nrobinaubertin (https://keybase.io/nrobinaubertin) on keybase.
- I have a public key whose fingerprint is 0D00 C7F2 4504 0BBB B0A2 4735 1F2E 1B74 3FBA EA5E
To claim this, I am signing this object:
| #!/usr/bin/env python3 | |
| import socket | |
| import sys | |
| from smtplib import SMTP, SMTPAuthenticationError, SMTPException, SMTP_SSL | |
| smtp_address = "smtp-services.example.com" | |
| # smtp_address = "service.smtp.example.com" | |
| smtp_authentication = "login" | |
| smtp_domain = "example.com" | |
| smtp_password = "password" |
| name: Build and unit test | |
| on: | |
| push: | |
| branches: [ "main" ] | |
| pull_request: | |
| branches: [ "main" ] | |
| env: | |
| TINYGO_VERSION: '0.30.0' |
| apiVersion: networking.k8s.io/v1 | |
| kind: NetworkPolicy | |
| metadata: | |
| name: allow-egress-to-internal | |
| spec: | |
| podSelector: {} | |
| policyTypes: | |
| - Egress | |
| egress: | |
| - to: |
| import { NgbDatepickerConfig, NgbDateParserFormatter } from '@ng-bootstrap/ng-bootstrap'; | |
| import { NgbDateFRParserFormatter } from "./ngb-date-fr-parser-formatter" | |
| @Component({ | |
| providers: [{provide: NgbDateParserFormatter, useClass: NgbDateFRParserFormatter}] | |
| }) | |
| export class AppComponent {} |
I hereby claim:
To claim this, I am signing this object:
| #the most awful sed commands possible : | |
| sed '/\//,/\//s,/,\,,g'<<</// | |
| sed '\,\/,,\,\/,s,/,\,,g'<<</// |