Git Product home page Git Product logo

com's Introduction

Hi there 👋

Thanks for visiting my GitHub profile, it's great to meet you here! 😊

Here are some quick things about me:

  • 🔭 I'm a pragmatic software engineer who is paranoid about convention, consistency, and constraints.
  • 🕵️‍♀️ I like doing quality work, and a real asshole on pull request reviews.
  • 🧸 I'm proud of who I am, what I have built, and what I am building.
  • 🧑‍💻 Coding is my passion.
  • 📫 The best way to reach me is to send me an email.
  • ⚡ Fun fact: I once drove to the Half Moon Bay for sun rise.

Last but not the least, we're hiring at Sourcegraph!

com's People

Contributors

aaronjwood avatar chai2010 avatar codelingoteam avatar codeskyblue avatar eclipseo avatar etiennebruines avatar fuxiaohei avatar marefr avatar radeksimko avatar unknwon avatar whilei avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

com's Issues

please tag and version this project

Hello,

Can you please tag and version this project?

I am the Debian Maintainer for Unknwon/com and versioning would help Debian keep up with development.

Broken downstream builds

Just an FYI, this commit 0db4a62 changed the AESDecrypt function interface, which broke your routing package macaron, which in turn broke the entire build of the http routing bechmark project that you submitted that router to.

Go relies on having a stable HEAD for all github sources. If you're going to commit your projects as modules to other projects, be a good member of the community and commit to stable interfaces. Especially since you declared a v1.0 release on this project which should indicate your interfaces are now stable.

go mod

使用go mod会出错,如下:
module declares its path as: github.com/unknwon/com
but was required as: github.com/Unknwon/com

Jobs failing on Travis-CI for Intel

Hi All,
I am running jobs on travis-ci and found that jobs are failing for go versions. Below are the logs

$ git clone --depth=50 --branch=master https://github.com/kishorkunal-raj/com.git kishorkunal-raj/com
$ travis_export_go 1.3.x github.com/kishorkunal-raj/com
0.01s2.43s$ travis_setup_go
go version go1.3.3 linux/amd64
$ export GOPATH="/home/travis/gopath"
$ export PATH="/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.3.3.linux.amd64/bin:/home/travis/bin:/home/travis/bin:/home/travis/.local/bin:/usr/local/lib/jvm/openjdk11/bin:/opt/pyenv/shims:/home/travis/.phpenv/shims:/home/travis/perl5/perlbrew/bin:/home/travis/.nvm/versions/node/v8.12.0/bin:/home/travis/.rvm/gems/ruby-2.5.3/bin:/home/travis/.rvm/gems/ruby-2.5.3@global/bin:/home/travis/.rvm/rubies/ruby-2.5.3/bin:/home/travis/gopath/bin:/home/travis/.gimme/versions/go1.11.1.linux.amd64/bin:/usr/local/maven-3.6.3/bin:/usr/local/cmake-3.12.4/bin:/usr/local/clang-7.0.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/travis/.rvm/bin:/home/travis/.phpenv/bin:/opt/pyenv/bin:/home/travis/.yarn/bin"
$ export GO111MODULE="auto"
$ gimme version
v1.5.4
$ go version
go version go1.3.3 linux/amd64
go.env
$ go env
install
2.87s$ go get -v -t
0.40s$ travis_script_go -v
# github.com/smartystreets/assertions
../../smartystreets/assertions/panic.go:81: undefined: errors.Is
../../smartystreets/assertions/panic.go:116: undefined: errors.Is
../../smartystreets/assertions/type.go:146: undefined: errors.Is
FAIL	github.com/kishorkunal-raj/com [build failed]
The command "go test -v ./..." exited with 2.

Done. Your build exited with 1.

Please help me out to fix it.

Go 1.15: conversion from untyped int to string yields a string of one rune

Go 1.15 rc 1 on Fedora Rawhide

Testing    in: /builddir/build/BUILD/com-1.0.1/_build/src
         PATH: /builddir/build/BUILD/com-1.0.1/_build/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin
       GOPATH: /builddir/build/BUILD/com-1.0.1/_build:/usr/share/gocode
  GO111MODULE: off
      command: go test -buildmode pie -compiler gc -ldflags "-X github.com/unknwon/com/version=1.0.1 -extldflags '-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '"
      testing: github.com/unknwon/com
github.com/unknwon/com
# github.com/unknwon/com
./convert.go:26:22: conversion from untyped int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
./convert.go:159:8: conversion from int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
./convert.go:161:8: conversion from int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
FAIL	github.com/unknwon/com [build failed]

See golang/go#32479

go mod 管理

您好,我才用go mod download 对这个包进行下载的时候 显示为 go.mod unexpect module path"github.com/unknown/com",请问是release 的时候没有标记具体的版本号的原因吗,使用了
github.com/unknown/com latest 依旧有错误,如果release 的时候指定了版本
github.com/unknown/com V1.0.0 是不是不会出错了

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.