Code Monkey home page Code Monkey logo

bbam_blocks's Introduction

hi

bbam_blocks's People

Contributors

hananthony avatar haya0206 avatar sungbeom avatar

Watchers

 avatar  avatar

bbam_blocks's Issues

react native에서 svg를 인식하지 못합니다.

Expected Behavior

정상적으로 svg를 인식합니다

Actual Behavior

전부 깨져서 나옵니다.

일단 react native내에서 할 수 있는 해결책을 모두 사용해보고, 정 안되면 png로 바꾸겠습니다.

뭐가 안됨

Expected Behavior

Please describe what should happen

Actual Behavior

Describe what actually happens

Steps to Reproduce

Explain what someone needs to do in order to see what's described in Actual behavior above

Operating System and Browser

e.g. Mac OS 10.11.6 Safari 10.0

블록코드에서 Python으로 변환

generators/python 폴더에서의 js파일들은 blockly에게는 작동하지만 scratch-blocks에서는 작동하지 않습니다.
Blockly에서의 xml과 scratch-blocks에서의 xml을 비교해가며 고쳐나갑니다.

Python에서의 오류 처리에 대한 토론

일단은 제가 작업하는 함수인 list.index('thing')의 경우를 들겠습니다.
파이썬 3.7에서는 저 thing이 리스트에 없으면 다음과 같은 오류가 납니다.

Traceback (most recent call last):
File "", line 1, in
ValueError: 'list' is not in list

이제 저 함수를 fillbert에서 실행하게 되면 되면 -1을 반환을 하게 됩니다.
그렇게 될 경우에는 아래와 같은 코드에서는 파이썬과 다른 오류가 나옵니다.

list = []
list.append('1')
list.append('2')
list[list.index('3')] = 10
print(df)

파이썬에서는 값이 없고 오류지만, fillbert는 [1,10]와 같이 좋지않은 값이 나오게 됩니다.
어떤식으로 처리할끼요?

아이스박스

Expected Behavior

Please describe what should happen

Actual Behavior

Describe what actually happens

Steps to Reproduce

Explain what someone needs to do in order to see what's described in Actual behavior above

Operating System and Browser

e.g. Mac OS 10.11.6 Safari 10.0

숫자와 문자열 구분

숫자를 입력했을경우에는 숫자로 인식되고 문자를 입력했을 경우에는 문자로 인식 되어야함.
또한 텍스트를 입력할 수 있는 블럭이 필요함

블록이 있는 부분의 스크롤이 매우 끊깁니다

Expected Behavior

스크롤이 부드럽게 됩니다.

Actual Behavior

뚝뚝뚝 끊깁니다.

Steps to Reproduce

Explain what someone needs to do in order to see what's described in Actual behavior above

Operating System and Browser

e.g. Mac OS 10.11.6 Safari 10.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.